Searched refs:key_nid (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs12_test.cc | 1386 int key_nid, int cert_nid, int iterations, in TestRoundTrip() argument 1411 PKCS12_create(password, name, key.get(), cert.get(), chain.get(), key_nid, in TestRoundTrip()
|
D | pkcs8_x509.c | 1112 const STACK_OF(X509)* chain, int key_nid, int cert_nid, in PKCS12_create() argument 1114 if (key_nid == 0) { in PKCS12_create() 1115 key_nid = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; in PKCS12_create() 1131 key_nid < 0 || cert_nid < 0 || in PKCS12_create() 1221 &bag_contents, key_nid, NULL, password, password_len, in PKCS12_create()
|
/external/boringssl/src/include/openssl/ |
D | pkcs8.h | 205 const STACK_OF(X509) *chain, int key_nid,
|