Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_backend.c527 int algptype; in ossl_rsa_param_decode() local
529 X509_ALGOR_get0(&algoid, &algptype, &algp, alg); in ossl_rsa_param_decode()
532 if (algptype == V_ASN1_UNDEF) in ossl_rsa_param_decode()
534 if (algptype != V_ASN1_SEQUENCE) { in ossl_rsa_param_decode()
/third_party/openssl/crypto/rsa/
H A Drsa_backend.c539 int algptype; in ossl_rsa_param_decode() local
541 X509_ALGOR_get0(&algoid, &algptype, &algp, alg); in ossl_rsa_param_decode()
544 if (algptype == V_ASN1_UNDEF) in ossl_rsa_param_decode()
546 if (algptype != V_ASN1_SEQUENCE) { in ossl_rsa_param_decode()

Completed in 3 milliseconds