Searched refs:key_nid (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 61 int key_nid, const char *pemname, 125 static X509_SIG *key_to_encp8(const void *key, int key_nid, in key_to_encp8() argument 186 int key_nid, in key_to_epki_der_priv_bio() argument 214 int key_nid, in key_to_epki_pem_priv_bio() argument 242 int key_nid, in key_to_pki_der_priv_bio() argument 274 int key_nid, in key_to_pki_pem_priv_bio() argument 306 int key_nid, in key_to_spki_der_pub_bio() argument 321 xpk = key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_der_pub_bio() 332 int key_nid, in key_to_spki_pem_pub_bio() argument 347 xpk = key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_pem_pub_bio() [all …]
|
/openssl/test/ |
H A D | tls-provider.c | 1331 int key_nid, const char *pemname, 1362 || !PKCS8_pkey_set0(p8info, OBJ_nid2obj(key_nid), 0, in key_to_p8info() 1395 static X509_SIG *key_to_encp8(const void *key, int key_nid, in key_to_encp8() argument 1456 int key_nid, in key_to_epki_der_priv_bio() argument 1474 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio() 1484 int key_nid, in key_to_epki_pem_priv_bio() argument 1502 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio() 1512 int key_nid, in key_to_pki_der_priv_bio() argument 1544 int key_nid, in key_to_pki_pem_priv_bio() argument 1576 int key_nid, in key_to_spki_der_pub_bio() argument [all …]
|
/openssl/doc/man3/ |
H A D | PKCS12_add_cert.pod | 15 int key_nid, const char *pass); 18 int key_nid, const char *pass, 34 safeBags. If I<key_nid> is not -1 then the key is encrypted with the supplied
|
/openssl/include/openssl/ |
H A D | pkcs12.h.in | 312 int key_nid, const char *pass); 315 int key_nid, const char *pass,
|
Completed in 26 milliseconds