/openssl/crypto/ocsp/ |
H A 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()
|
H A D | v3_ocsp.c | 194 if (!ASN1_OCTET_STRING_set(os, *pp, length)) in d2i_ocsp_nonce()
|
H A D | ocsp_srv.c | 265 if (!(ASN1_OCTET_STRING_set(byKey, md, SHA_DIGEST_LENGTH))) { in OCSP_RESPID_set_by_key_ex()
|
/openssl/test/ |
H A D | cmp_asn_test.c | 98 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data, in test_ASN1_OCTET_STRING_set() 113 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data, in test_ASN1_OCTET_STRING_set_tgt_is_src()
|
H A 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()
|
H A D | v3ext.c | 270 if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen)) in test_addr_fam_len() 298 if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen)) in test_addr_fam_len()
|
H A D | cmp_hdr_test.c | 222 if (!TEST_int_eq(ASN1_OCTET_STRING_set(senderKID, rand_data, in execute_HDR_set1_senderKID_test()
|
/openssl/crypto/asn1/ |
H A D | a_octet.c | 25 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, in ASN1_OCTET_STRING_set() function
|
H A D | evp_asn1.c | 22 if (!ASN1_OCTET_STRING_set(os, data, len)) { in ASN1_TYPE_set_octetstring()
|
/openssl/apps/lib/ |
H A D | app_x509.c | 29 } else if (!ASN1_OCTET_STRING_set(v, value, (int)value_n)) { in mk_octet_string()
|
/openssl/crypto/x509/ |
H A D | v3_skid.c | 81 && ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) { in ossl_x509_pubkey_hash()
|
H A D | v3_sxnet.c | 199 if (!ASN1_OCTET_STRING_set(id->user, (const unsigned char *)user, userlen)){ in SXNET_add_id_INTEGER()
|
H A D | x509_v3.c | 246 i = ASN1_OCTET_STRING_set(&ex->value, data->data, data->length); in X509_EXTENSION_set_data()
|
H A D | v3_utl.c | 1117 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen)) { in a2i_IPADDRESS() 1156 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2)) in a2i_IPADDRESS_NC()
|
/openssl/crypto/ess/ |
H A D | ess_lib.c | 82 if (!ASN1_OCTET_STRING_set(cid->hash, cert_sha1, SHA_DIGEST_LENGTH)) { in ESS_CERT_ID_new_init() 209 if (!ASN1_OCTET_STRING_set(cid->hash, hash, hash_len)) { in ESS_CERT_ID_V2_new_init()
|
/openssl/crypto/ts/ |
H A D | ts_req_utils.c | 71 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()
|
/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 245 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt() 246 || !ASN1_OCTET_STRING_set(ctext_struct.C2, msg_mask, msg_len)) { in ossl_sm2_encrypt()
|
/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 60 if (!ASN1_OCTET_STRING_set(pbm->salt, salt, (int)slen)) in OSSL_CRMF_pbmp_new()
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 484 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in ossl_hmac_copy() 565 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in ossl_hmac_ctrl()
|
/openssl/crypto/cmp/ |
H A D | cmp_util.c | 277 || !(ASN1_OCTET_STRING_set(new, bytes, len))) { in ossl_cmp_asn1_octet_string_set1_bytes()
|
/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 369 if (!ASN1_OCTET_STRING_set(macoct, mac, maclen)) { in PKCS12_set_mac() 519 if (!ASN1_OCTET_STRING_set(macoct, mac, maclen)) { in PKCS12_set_pbmac1_pbkdf2()
|
H A D | p12_sbag.c | 174 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
|
H A D | p12_npas.c | 120 if (!ASN1_OCTET_STRING_set(macoct, mac, maclen)) in newpass_p12()
|
/openssl/crypto/cms/ |
H A D | cms_rsa.c | 157 if (!ASN1_OCTET_STRING_set(los, label, labellen)) in rsa_cms_encrypt()
|
/openssl/crypto/ec/ |
H A D | ec_asn1.c | 347 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve() 348 || !ASN1_OCTET_STRING_set(curve->b, b_buf, len)) { in ec_asn1_group2curve()
|