Lines Matching refs:pkey_id
533 int pkey_id; in try_decode_PrivateKey() local
538 && EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, in try_decode_PrivateKey()
541 pkey = d2i_PrivateKey_ex(pkey_id, NULL, &blob, len, in try_decode_PrivateKey()
562 int pkey_id, pkey_flags; in try_decode_PrivateKey() local
565 || !EVP_PKEY_asn1_get0_info(&pkey_id, NULL, in try_decode_PrivateKey()
572 tmp_pkey = d2i_PrivateKey_ex(pkey_id, NULL, in try_decode_PrivateKey()
592 int pkey_id, pkey_flags; in try_decode_PrivateKey() local
595 if (!EVP_PKEY_asn1_get0_info(&pkey_id, NULL, &pkey_flags, NULL, in try_decode_PrivateKey()
601 tmp_pkey = d2i_PrivateKey_ex(pkey_id, NULL, &tmp_blob, len, in try_decode_PrivateKey()
689 int pkey_id; in try_decode_params() local
693 && EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, in try_decode_params()
696 pkey = d2i_KeyParams(pkey_id, NULL, &blob, len); in try_decode_params()
704 int pkey_id, pkey_flags; in try_decode_params() local
707 if (!EVP_PKEY_asn1_get0_info(&pkey_id, NULL, &pkey_flags, NULL, in try_decode_params()
714 tmp_pkey = d2i_KeyParams(pkey_id, NULL, &tmp_blob, len); in try_decode_params()