Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dp_seal.c20 EVP_PKEY **pubk, int npubk) in EVP_SealInit() argument
31 if ((npubk <= 0) || !pubk) in EVP_SealInit()
43 for (i = 0; i < npubk; i++) { in EVP_SealInit()
52 rv = npubk; in EVP_SealInit()
/third_party/openssl/doc/man3/
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
/third_party/openssl/include/openssl/
Devp.h654 EVP_PKEY **pubk, int npubk);