Searched refs:pubk (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/evp/ |
H A D | p_enc.c | 22 int key_len, EVP_PKEY *pubk) in EVP_PKEY_encrypt_old() argument 27 if (EVP_PKEY_get_id(pubk) != EVP_PKEY_RSA) { in EVP_PKEY_encrypt_old() 32 rsa = evp_pkey_get0_RSA_int(pubk); in EVP_PKEY_encrypt_old()
|
H A D | p_seal.c | 21 EVP_PKEY **pubk, int npubk) in EVP_SealInit() argument 39 if ((npubk <= 0) || !pubk) in EVP_SealInit() 59 pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pubk[i], NULL); in EVP_SealInit()
|
/openssl/crypto/cms/ |
H A D | cms_dh.c | 222 ASN1_INTEGER *pubk; in dh_cms_encrypt() local 227 pubk = BN_to_ASN1_INTEGER(bn_pub_key, NULL); in dh_cms_encrypt() 229 if (pubk == NULL) in dh_cms_encrypt() 233 penclen = i2d_ASN1_INTEGER(pubk, &penc); in dh_cms_encrypt() 234 ASN1_INTEGER_free(pubk); in dh_cms_encrypt()
|
/openssl/doc/man3/ |
H A D | EVP_SealInit.pod | 13 EVP_PKEY **pubk, int npubk); 32 B<ek[i]> must have room for B<EVP_PKEY_get_size(pubk[i])> bytes. The actual 33 size of each encrypted secret key is written to the array B<ekl>. B<pubk> is
|
/openssl/test/ |
H A D | evp_test.c | 3931 EVP_PKEY *pubk; member 3938 EVP_PKEY *pk = NULL, *pubk = NULL; in keypair_test_init() local 3954 if (!TEST_true(find_key(&pubk, pub, public_keys))) { in keypair_test_init() 3960 if (pk == NULL && pubk == NULL) { in keypair_test_init() 3970 data->pubk = pubk; in keypair_test_init() 3999 if (pair->privk == NULL || pair->pubk == NULL) { in keypair_test_run() 4010 if ((rv = EVP_PKEY_eq(pair->privk, pair->pubk)) != 1) { in keypair_test_run()
|
/openssl/include/openssl/ |
H A D | evp.h | 862 EVP_PKEY **pubk, int npubk);
|
Completed in 38 milliseconds