Searched refs:other_prime_infos (Results 1 – 1 of 1) sorted by relevance
240 CBS other_prime_infos; in RSA_parse_private_key() local241 if (!CBS_get_asn1(&child, &other_prime_infos, CBS_ASN1_SEQUENCE) || in RSA_parse_private_key()242 CBS_len(&other_prime_infos) == 0) { in RSA_parse_private_key()260 while (CBS_len(&other_prime_infos) > 0) { in RSA_parse_private_key()261 RSA_additional_prime *ap = rsa_parse_additional_prime(&other_prime_infos); in RSA_parse_private_key()332 CBB other_prime_infos; in RSA_marshal_private_key() local334 if (!CBB_add_asn1(&child, &other_prime_infos, CBS_ASN1_SEQUENCE)) { in RSA_marshal_private_key()343 if (!CBB_add_asn1(&other_prime_infos, &other_prime_info, in RSA_marshal_private_key()348 !CBB_flush(&other_prime_infos)) { in RSA_marshal_private_key()