Searched refs:npubk (Results 1 – 3 of 3) sorted by relevance
21 EVP_PKEY **pubk, int npubk) in EVP_SealInit() argument39 if ((npubk <= 0) || !pubk) in EVP_SealInit()56 for (i = 0; i < npubk; i++) { in EVP_SealInit()72 rv = npubk; in EVP_SealInit()
13 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
862 EVP_PKEY **pubk, int npubk);
Completed in 14 milliseconds