Lines Matching refs:pkey_id
530 int pkey_id; in try_decode_PrivateKey() local
535 && EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, in try_decode_PrivateKey()
538 pkey = d2i_PrivateKey_ex(pkey_id, NULL, &blob, len, in try_decode_PrivateKey()
559 int pkey_id, pkey_flags; in try_decode_PrivateKey() local
562 || !EVP_PKEY_asn1_get0_info(&pkey_id, NULL, in try_decode_PrivateKey()
569 tmp_pkey = d2i_PrivateKey_ex(pkey_id, NULL, in try_decode_PrivateKey()
589 int pkey_id, pkey_flags; in try_decode_PrivateKey() local
592 if (!EVP_PKEY_asn1_get0_info(&pkey_id, NULL, &pkey_flags, NULL, in try_decode_PrivateKey()
598 tmp_pkey = d2i_PrivateKey_ex(pkey_id, NULL, &tmp_blob, len, in try_decode_PrivateKey()
686 int pkey_id; in try_decode_params() local
690 && EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, in try_decode_params()
693 pkey = d2i_KeyParams(pkey_id, NULL, &blob, len); in try_decode_params()
701 int pkey_id, pkey_flags; in try_decode_params() local
704 if (!EVP_PKEY_asn1_get0_info(&pkey_id, NULL, &pkey_flags, NULL, in try_decode_params()
711 tmp_pkey = d2i_KeyParams(pkey_id, NULL, &tmp_blob, len); in try_decode_params()