Searched defs:pubk (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dp_enc.c69 EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, EVP_PKEY *pubk) argument
H A Dp_seal.c69 EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) argument
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpem_seal.c70 PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) argument
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost94_keyx.c50 static int make_cp_exchange_key(BIGNUM *priv_key, EVP_PKEY *pubk, argument
82 EVP_PKEY *pubk = EVP_PKEY_CTX_get0_peerkey(ctx); local
103 EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(ctx); local
137 make_cp_exchange_key(gost_get0_priv_key(mykey), pubk, shared_ke local
[all...]
H A Dgost2001_keyx.c120 EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(pctx); local

Completed in 66 milliseconds