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

/external/chromium/crypto/
H A Drsa_private_key_nss.cc24 static bool ReadAttribute(SECKEYPrivateKey* key, function in namespace:__anon2012
151 if (!ReadAttribute(key_, CKA_MODULUS, private_key_info.modulus()) ||
152 !ReadAttribute(key_, CKA_PUBLIC_EXPONENT,
154 !ReadAttribute(key_, CKA_PRIVATE_EXPONENT,
156 !ReadAttribute(key_, CKA_PRIME_1, private_key_info.prime1()) ||
157 !ReadAttribute(key_, CKA_PRIME_2, private_key_info.prime2()) ||
158 !ReadAttribute(key_, CKA_EXPONENT_1, private_key_info.exponent1()) ||
159 !ReadAttribute(key_, CKA_EXPONENT_2, private_key_info.exponent2()) ||
160 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) {

Completed in 189 milliseconds