Searched refs:nid_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS12_add_cert.pod | 22 int nid_type, const unsigned char *value, int len); 43 the supplied I<nid_type> containing the supplied value as an ASN1 octet string.
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 250 int nid_type, const unsigned char *value, int len) in PKCS12_add_secret() argument 255 if ((bag = PKCS12_SAFEBAG_create_secret(nid_type, V_ASN1_OCTET_STRING, value, len)) == NULL) in PKCS12_add_secret()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pkcs12.h | 326 int nid_type, const unsigned char *value, int len);
|
H A D | pkcs12.h.in | 303 int nid_type, const unsigned char *value, int len);
|