Searched refs:algptype (Results 1 – 1 of 1) sorted by relevance
661 int algptype; in ossl_rsa_param_decode() local663 X509_ALGOR_get0(&algoid, &algptype, &algp, alg); in ossl_rsa_param_decode()666 if (algptype == V_ASN1_UNDEF) in ossl_rsa_param_decode()668 if (algptype != V_ASN1_SEQUENCE) { in ossl_rsa_param_decode()
Completed in 5 milliseconds