Searched refs:copy_bag_attr (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 24 static int copy_bag_attr(PKCS12_SAFEBAG *bag, EVP_PKEY *pkey, int nid) in copy_bag_attr() function 108 if (!copy_bag_attr(bag, pkey, NID_ms_csp_name)) in PKCS12_create_ex() 110 if (!copy_bag_attr(bag, pkey, NID_LocalKeySet)) in PKCS12_create_ex()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 18 static int copy_bag_attr(PKCS12_SAFEBAG *bag, EVP_PKEY *pkey, int nid) in copy_bag_attr() function 94 if (!copy_bag_attr(bag, pkey, NID_ms_csp_name)) in PKCS12_create_ex() 96 if (!copy_bag_attr(bag, pkey, NID_LocalKeySet)) in PKCS12_create_ex()
|
Completed in 2 milliseconds