Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dp_seal.c21 EVP_PKEY **pubk, int npubk) in EVP_SealInit() argument
39 if ((npubk <= 0) || !pubk) in EVP_SealInit()
56 for (i = 0; i < npubk; i++) { in EVP_SealInit()
72 rv = npubk; in EVP_SealInit()
/openssl/doc/man3/
H A DEVP_SealInit.pod13 EVP_PKEY **pubk, int npubk);
34 an array of B<npubk> public keys.
50 EVP_SealInit() returns 0 on error or B<npubk> if successful.
72 EVP_EncryptInit(). The first call should have B<npubk> set to 0
/openssl/include/openssl/
H A Devp.h862 EVP_PKEY **pubk, int npubk);

Completed in 12 milliseconds