/third_party/openssl/test/ |
D | cmp_asn_test.c | 86 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data, in test_ASN1_OCTET_STRING_set() 101 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data, in test_ASN1_OCTET_STRING_set_tgt_is_src()
|
D | verify_extra_test.c | 122 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_distinguishing_id() 161 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_req_distinguishing_id()
|
D | v3ext.c | 270 if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen)) in test_addr_fam_len() 295 if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen)) in test_addr_fam_len()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) in OCSP_cert_id_new() 77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) in OCSP_cert_id_new()
|
D | v3_ocsp.c | 194 if (!ASN1_OCTET_STRING_set(os, *pp, length)) in d2i_ocsp_nonce()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) in OCSP_cert_id_new() 77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) in OCSP_cert_id_new()
|
/third_party/openssl/crypto/asn1/ |
D | a_octet.c | 25 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, in ASN1_OCTET_STRING_set() function
|
D | evp_asn1.c | 22 if (!ASN1_OCTET_STRING_set(os, data, len)) { in ASN1_TYPE_set_octetstring()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_octet.c | 25 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, in ASN1_OCTET_STRING_set() function
|
D | evp_asn1.c | 22 if (!ASN1_OCTET_STRING_set(os, data, len)) { in ASN1_TYPE_set_octetstring()
|
/third_party/openssl/crypto/ess/ |
D | ess_lib.c | 68 if (!ASN1_OCTET_STRING_set(cid->hash, cert_sha1, SHA_DIGEST_LENGTH)) in ESS_CERT_ID_new_init() 167 if (!ASN1_OCTET_STRING_set(cid->hash, hash, hash_len)) in ESS_CERT_ID_V2_new_init()
|
/third_party/node/deps/openssl/openssl/crypto/ess/ |
D | ess_lib.c | 68 if (!ASN1_OCTET_STRING_set(cid->hash, cert_sha1, SHA_DIGEST_LENGTH)) in ESS_CERT_ID_new_init() 167 if (!ASN1_OCTET_STRING_set(cid->hash, hash, hash_len)) in ESS_CERT_ID_V2_new_init()
|
/third_party/openssl/apps/lib/ |
D | app_x509.c | 29 } else if (!ASN1_OCTET_STRING_set(v, value, (int)value_n)) { in mk_octet_string()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | app_x509.c | 29 } else if (!ASN1_OCTET_STRING_set(v, value, (int)value_n)) { in mk_octet_string()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_skid.c | 81 && ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) { in ossl_x509_pubkey_hash()
|
/third_party/openssl/crypto/x509/ |
D | v3_skid.c | 81 && ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) { in ossl_x509_pubkey_hash()
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
D | sm2_crypt.c | 240 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt() 241 || !ASN1_OCTET_STRING_set(ctext_struct.C2, msg_mask, msg_len)) { in ossl_sm2_encrypt()
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 240 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt() 241 || !ASN1_OCTET_STRING_set(ctext_struct.C2, msg_mask, msg_len)) { in ossl_sm2_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
D | ts_req_utils.c | 71 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()
|
/third_party/openssl/crypto/ts/ |
D | ts_req_utils.c | 71 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()
|
/third_party/openssl/crypto/engine/ |
D | eng_openssl.c | 486 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in ossl_hmac_copy() 567 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in ossl_hmac_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
D | eng_openssl.c | 486 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in ossl_hmac_copy() 567 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in ossl_hmac_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
D | crmf_pbm.c | 62 if (!ASN1_OCTET_STRING_set(pbm->salt, salt, (int)slen)) in OSSL_CRMF_pbmp_new()
|
/third_party/openssl/crypto/crmf/ |
D | crmf_pbm.c | 62 if (!ASN1_OCTET_STRING_set(pbm->salt, salt, (int)slen)) in OSSL_CRMF_pbmp_new()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | asn1.rs | 59 pub fn ASN1_OCTET_STRING_set( in ASN1_OCTET_STRING_set() function
|