Lines Matching refs:push_back
134 authorizations.push_back(Authorization(TAG_RSA_PUBLIC_EXPONENT, public_exponent)); in GenerateKey()
138 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size)); in GenerateKey()
189 authorizations.push_back(TAG_RSA_PUBLIC_EXPONENT, public_exponent); in ImportKey()
201 authorizations.push_back(TAG_KEY_SIZE, key_size); in ImportKey()
211 authorizations.push_back(TAG_ALGORITHM, KM_ALGORITHM_RSA); in ImportKey()
266 auths->push_back(Authorization(tag, blob)); in SetDsaParamData()
288 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size)); in GenerateKey()
351 auths->push_back(tag, data.get(), BN_num_bytes(bn)); in GetOrCheckDsaParam()
405 authorizations.push_back(TAG_KEY_SIZE, extracted_key_size_bits); in ImportKey()
415 authorizations.push_back(TAG_ALGORITHM, KM_ALGORITHM_DSA); in ImportKey()
468 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size)); in GenerateKey()
525 authorizations.push_back(TAG_KEY_SIZE, extracted_key_size_bits); in ImportKey()
535 authorizations.push_back(TAG_ALGORITHM, KM_ALGORITHM_ECDSA); in ImportKey()