Home
last modified time | relevance | path

Searched refs:other_prime_info (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/rsa/
Drsa_asn1.c342 CBB other_prime_info; in RSA_marshal_private_key() local
343 if (!CBB_add_asn1(&other_prime_infos, &other_prime_info, in RSA_marshal_private_key()
345 !marshal_integer(&other_prime_info, ap->prime) || in RSA_marshal_private_key()
346 !marshal_integer(&other_prime_info, ap->exp) || in RSA_marshal_private_key()
347 !marshal_integer(&other_prime_info, ap->coeff) || in RSA_marshal_private_key()