Searched refs:HMACPlatformData (Results 1 - 9 of 9) 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()) {
/external/chromium_org/crypto/
H A Dhmac.h20 struct HMACPlatformData;
86 scoped_ptr<HMACPlatformData> plat_;
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.cc89 struct HMACPlatformData { struct in namespace:crypto
90 ~HMACPlatformData() {
107 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {

Completed in 530 milliseconds