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

/external/chromium_org/crypto/
H A Drsa_private_key_nss.cc25 static bool ReadAttribute(SECKEYPrivateKey* key, function in namespace:__anon7953
212 if (!ReadAttribute(key_, CKA_MODULUS, private_key_info.modulus()) ||
213 !ReadAttribute(key_, CKA_PUBLIC_EXPONENT,
215 !ReadAttribute(key_, CKA_PRIVATE_EXPONENT,
217 !ReadAttribute(key_, CKA_PRIME_1, private_key_info.prime1()) ||
218 !ReadAttribute(key_, CKA_PRIME_2, private_key_info.prime2()) ||
219 !ReadAttribute(key_, CKA_EXPONENT_1, private_key_info.exponent1()) ||
220 !ReadAttribute(key_, CKA_EXPONENT_2, private_key_info.exponent2()) ||
221 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) {
H A Dec_private_key_nss.cc57 static bool ReadAttribute(SECKEYPrivateKey* key, function in namespace:__anon7929
307 return ReadAttribute(key_, CKA_VALUE, output);
311 return ReadAttribute(key_, CKA_EC_PARAMS, output);

Completed in 72 milliseconds