Searched refs:ASN1_OCTET_STRING_set (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_octet.c69 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, int len) function
/external/openssl/crypto/asn1/
H A Da_octet.c69 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, int len) function
H A Dasn1.h861 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, int len);
/external/openssl/crypto/hmac/
H A Dhm_ameth.c111 if (!os || !ASN1_OCTET_STRING_set(os, *pder, derlen))
H A Dhm_pmeth.c107 if (!ASN1_OCTET_STRING_set(&dctx->ktmp,
188 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_hmac.c101 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, sctx->ktmp.data,
183 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) {
/external/openssl/crypto/ocsp/
H A Docsp_lib.c124 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
H A Docsp_srv.c240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
/external/openssl/crypto/pkcs12/
H A Dp12_npas.c161 if(!ASN1_OCTET_STRING_set(macnew, mac, maclen)) goto saferr;
/external/openssl/crypto/x509v3/
H A Dv3_ocsp.c227 if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
H A Dv3_utl.c591 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen))
630 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2))
H A Dv3_addr.c557 if (!ASN1_OCTET_STRING_set(f->addressFamily, key, keylen))
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c1018 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen))
1057 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2))
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1.h817 OPENSSL_EXPORT int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, int len);
/external/openssl/crypto/ec/
H A Dec_asn1.c648 if (!ASN1_OCTET_STRING_set(ret->base, buffer, len))
/external/openssl/include/openssl/
H A Dasn1.h861 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, int len);

Completed in 244 milliseconds