Home
last modified time | relevance | path

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

/freebsd/crypto/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()