Home
last modified time | relevance | path

Searched refs:ASN1_OCTET_STRING_new (Results 1 – 25 of 32) sorted by relevance

12

/third_party/openssl/crypto/x509v3/
Dv3_skey.c39 if ((oct = ASN1_OCTET_STRING_new()) == NULL) { in s2i_ASN1_OCTET_STRING()
68 if ((oct = ASN1_OCTET_STRING_new()) == NULL) { in s2i_skey_id()
Dv3_conf.c154 if ((ext_oct = ASN1_OCTET_STRING_new()) == NULL) in do_ext_i2d()
251 if ((oct = ASN1_OCTET_STRING_new()) == NULL) { in v3_generic_extension()
Dv3_pci.c122 *policy = ASN1_OCTET_STRING_new(); in process_pci_value()
Dv3_utl.c1021 ret = ASN1_OCTET_STRING_new(); in a2i_IPADDRESS()
1059 ret = ASN1_OCTET_STRING_new(); in a2i_IPADDRESS_NC()
/third_party/openssl/crypto/ocsp/
Dv3_ocsp.c170 return ASN1_OCTET_STRING_new(); in ocsp_nonce_new()
188 os = ASN1_OCTET_STRING_new(); in d2i_ocsp_nonce()
Docsp_srv.c271 byKey = ASN1_OCTET_STRING_new(); in OCSP_RESPID_set_by_key()
/third_party/openssl/crypto/pkcs12/
Dp12_init.c30 if ((pkcs12->authsafes->d.data = ASN1_OCTET_STRING_new()) == NULL) { in PKCS12_init()
Dp12_decr.c133 if ((oct = ASN1_OCTET_STRING_new()) == NULL) { in PKCS12_item_i2d_encrypt()
Dp12_add.c55 if ((p7->d.data = ASN1_OCTET_STRING_new()) == NULL) { in PKCS12_pack_p7data()
Dp12_npas.c106 if ((p12->authsafes->d.data = ASN1_OCTET_STRING_new()) == NULL) in newpass_p12()
/third_party/openssl/crypto/asn1/
Dx_pkey.c25 ret->enc_pkey = ASN1_OCTET_STRING_new(); in X509_PKEY_new()
Devp_asn1.c19 if ((os = ASN1_OCTET_STRING_new()) == NULL) in ASN1_TYPE_set_octetstring()
Dp5_pbev2.c158 if ((osalt = ASN1_OCTET_STRING_new()) == NULL) in PKCS5_pbkdf2_set()
/third_party/openssl/crypto/poly1305/
Dpoly1305_ameth.c57 os = ASN1_OCTET_STRING_new(); in poly1305_set_priv_key()
/third_party/openssl/crypto/siphash/
Dsiphash_ameth.c58 os = ASN1_OCTET_STRING_new(); in siphash_set_priv_key()
/third_party/openssl/crypto/hmac/
Dhm_ameth.c62 os = ASN1_OCTET_STRING_new(); in hmac_set_priv_key()
/third_party/openssl/crypto/cms/
Dcms_io.c24 *pos = ASN1_OCTET_STRING_new(); in CMS_stream()
Dcms_lib.c273 *pos = ASN1_OCTET_STRING_new(); in CMS_set_detached()
/third_party/openssl/crypto/pkcs7/
Dpk7_lib.c129 if ((p7->d.data = ASN1_OCTET_STRING_new()) == NULL) in PKCS7_set_type()
559 os = ASN1_OCTET_STRING_new(); in PKCS7_stream()
567 os = ASN1_OCTET_STRING_new(); in PKCS7_stream()
Dpk7_attr.c111 os = ASN1_OCTET_STRING_new(); in PKCS7_add1_attrib_digest()
Dpk7_doit.c684 os = ASN1_OCTET_STRING_new(); in PKCS7_dataFinal()
696 os = ASN1_OCTET_STRING_new(); in PKCS7_dataFinal()
/third_party/openssl/doc/man3/
DASN1_STRING_new.pod30 ASN1_OCTET_STRING_new() calls ASN1_STRING_type(V_ASN1_OCTET_STRING).
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c218 ctext_struct.C3 = ASN1_OCTET_STRING_new(); in sm2_encrypt()
219 ctext_struct.C2 = ASN1_OCTET_STRING_new(); in sm2_encrypt()
/third_party/openssl/crypto/x509/
Dx_x509a.c80 && (aux->keyid = ASN1_OCTET_STRING_new()) == NULL) in X509_keyid_set1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c415 hash = ASN1_OCTET_STRING_new(); in issuer_match()

12