Symbol: ASN1_OCTET_STRING_set
crypto/libressl/crypto/asn1/a_type.c
247
if (!ASN1_OCTET_STRING_set(ios->value, data, len))
crypto/libressl/crypto/ec/ec_asn1.c
956
if (!ASN1_OCTET_STRING_set(ret->base, buffer, len)) {
crypto/libressl/crypto/evp/e_gost2814789.c
115
if (ASN1_OCTET_STRING_set(gcp->iv, ctx->iv, ctx->cipher->iv_len) == 0) {
crypto/libressl/crypto/evp/e_gost2814789.c
139
if (ASN1_OCTET_STRING_set(os, buf, len) == 0) {
crypto/libressl/crypto/gost/gostr341001_pmeth.c
536
if (ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, ukm, 8) == 0)
crypto/libressl/crypto/gost/gostr341001_pmeth.c
538
if (ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40,
crypto/libressl/crypto/gost/gostr341001_pmeth.c
541
if (ASN1_OCTET_STRING_set(gkt->key_info->encrypted_key, crypted_key + 8,
crypto/libressl/crypto/hmac/hm_ameth.c
120
if (ASN1_OCTET_STRING_set(os, *pder, derlen) == 0)
crypto/libressl/crypto/hmac/hm_pmeth.c
109
if (!ASN1_OCTET_STRING_set(&dctx->ktmp, sctx->ktmp.data,
crypto/libressl/crypto/hmac/hm_pmeth.c
196
if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))
crypto/libressl/crypto/ocsp/ocsp_lib.c
133
if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i)))
crypto/libressl/crypto/ocsp/ocsp_lib.c
140
if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i)))
crypto/libressl/crypto/ocsp/ocsp_srv.c
251
if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md,
crypto/libressl/crypto/rsa/rsa_ameth.c
1072
if (!ASN1_OCTET_STRING_set(los, label, labellen)) {
crypto/libressl/crypto/ts/ts_req_utils.c
129
return ASN1_OCTET_STRING_set(a->hashed_msg, d, len);
crypto/libressl/crypto/ts/ts_rsp_sign.c
872
if (!ASN1_OCTET_STRING_set(cid->hash, cert_hash, sizeof(cert_hash)))
crypto/libressl/crypto/x509/x509_addr.c
1064
if (!ASN1_OCTET_STRING_set(af->addressFamily, key, keylen))
crypto/libressl/crypto/x509/x509_ocsp.c
306
if (ASN1_OCTET_STRING_set(os, *pp, length) == 0)
crypto/libressl/crypto/x509/x509_utl.c
1125
if (!ASN1_OCTET_STRING_set(ret, ipout, iplen)) {
crypto/libressl/crypto/x509/x509_utl.c
1165
if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2))
crypto/libressl/include/openssl/asn1.h
633
int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,