Searched refs:HMACPlatformData (Results 1 - 5 of 5) sorted by relevance

/external/chromium/crypto/
H A Dhmac.h20 struct HMACPlatformData;
53 scoped_ptr<HMACPlatformData> plat_;
H A Dhmac_mac.cc13 struct HMACPlatformData { struct in namespace:crypto
18 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {
H A Dhmac_openssl.cc19 struct HMACPlatformData { struct in namespace:crypto
24 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {
H A Dhmac_nss.cc17 struct HMACPlatformData { struct in namespace:crypto
24 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {
H A Dhmac_win.cc75 struct HMACPlatformData { struct in namespace:crypto
76 ~HMACPlatformData() {
93 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {

Completed in 100 milliseconds