Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_set1_encoded_public_key.pod16 size_t EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub);
49 be allocated and stored in B<*ppub>. The length of the encoded public key is
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_lib.c1396 size_t EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub) in EVP_PKEY_get1_encoded_public_key() argument
1416 *ppub = NULL; in EVP_PKEY_get1_encoded_public_key()
1427 *ppub = buf; in EVP_PKEY_get1_encoded_public_key()
1432 rv = evp_pkey_asn1_ctrl(pkey, ASN1_PKEY_CTRL_GET1_TLS_ENCPT, 0, ppub); in EVP_PKEY_get1_encoded_public_key()
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h1463 size_t EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub);