Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_pkey.c29 const ASN1_OBJECT *algoid; in evp_pkcs82pkey_legacy() local
32 if (!PKCS8_pkey_get0(&algoid, NULL, NULL, NULL, p8)) in evp_pkcs82pkey_legacy()
40 if (!EVP_PKEY_set_type(pkey, OBJ_obj2nid(algoid))) { in evp_pkcs82pkey_legacy()
41 i2t_ASN1_OBJECT(obj_tmp, 80, algoid); in evp_pkcs82pkey_legacy()
77 const ASN1_OBJECT *algoid = NULL; in EVP_PKCS82PKEY_ex() local
81 || !PKCS8_pkey_get0(&algoid, NULL, NULL, NULL, p8) in EVP_PKCS82PKEY_ex()
82 || !OBJ_obj2txt(keytype, sizeof(keytype), algoid, 0)) in EVP_PKCS82PKEY_ex()
/openssl/crypto/asn1/
H A Dd2i_pr.c41 const ASN1_OBJECT *algoid; in d2i_PrivateKey_decoder() local
55 && PKCS8_pkey_get0(&algoid, NULL, NULL, NULL, p8info) in d2i_PrivateKey_decoder()
56 && OBJ_obj2txt(keytypebuf, sizeof(keytypebuf), algoid, 0)) in d2i_PrivateKey_decoder()
/openssl/crypto/rsa/
H A Drsa_backend.c659 const ASN1_OBJECT *algoid; in ossl_rsa_param_decode() local
663 X509_ALGOR_get0(&algoid, &algptype, &algp, alg); in ossl_rsa_param_decode()
664 if (OBJ_obj2nid(algoid) != EVP_PKEY_RSA_PSS) in ossl_rsa_param_decode()

Completed in 7 milliseconds