Searched refs:ASN1_STRING_get0_data (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/libevent/sample/
H A Dopenssl_hostname_validation.c52 #define ASN1_STRING_get0_data ASN1_STRING_data macro
86 common_name_str = (char *) ASN1_STRING_get0_data(common_name_asn1);
130 const char *dns_name = (char *) ASN1_STRING_get0_data(current_name->d.dNSName);
/freebsd-12-stable/crypto/openssl/crypto/poly1305/
H A Dpoly1305_pmeth.c62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL &&
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL)
141 Poly1305_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp));
H A Dpoly1305_ameth.c83 memcpy(priv, ASN1_STRING_get0_data(os), ASN1_STRING_length(os));
/freebsd-12-stable/crypto/openssl/crypto/siphash/
H A Dsiphash_pmeth.c62 if (ASN1_STRING_get0_data(&sctx->ktmp) != NULL &&
77 if (ASN1_STRING_get0_data(&pctx->ktmp) == NULL)
146 return SipHash_Init(&pctx->ctx, ASN1_STRING_get0_data(&pctx->ktmp),
H A Dsiphash_ameth.c84 memcpy(priv, ASN1_STRING_get0_data(os), ASN1_STRING_length(os));
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Devp_asn1.c39 p = ASN1_STRING_get0_data(a->value.octet_string);
108 memcpy(data, ASN1_STRING_get0_data(atmp->oct), n);
H A Dp8_pkey.c60 *pk = ASN1_STRING_get0_data(p8->pkey);
H A Dasn1_lib.c392 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x) function
/freebsd-12-stable/crypto/openssl/crypto/hmac/
H A Dhm_ameth.c89 memcpy(priv, ASN1_STRING_get0_data(os), *len);
/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c88 BIO_dump_indent(bio, (const char *)ASN1_STRING_get0_data(msg),
H A Dts_verify_ctx.c131 memcpy(ret->imprint, ASN1_STRING_get0_data(msg), ret->imprint_len);
H A Dts_rsp_verify.c546 strncpy(p, (const char *)ASN1_STRING_get0_data(current), length);
642 memcmp(imprint_a, ASN1_STRING_get0_data(b->hashed_msg), len_a) == 0;
/freebsd-12-stable/crypto/openssl/crypto/ct/
H A Dct_prn.c44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000));
/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c167 || CRYPTO_memcmp(mac, ASN1_STRING_get0_data(macoct), maclen) != 0)
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c139 p = ASN1_STRING_get0_data(extvalue);
H A Dv3_prn.c82 p = ASN1_STRING_get0_data(extoct);
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c299 && (memcmp(ASN1_STRING_get0_data(respid->value.byKey), md,
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dt_x509.c262 if (!EVP_Digest(ASN1_STRING_get0_data(keybstr),
/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c640 p = ASN1_STRING_get0_data(pubkey);
730 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen);
874 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen);
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c35 static const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x) function
505 n->hash = os_memdup(ASN1_STRING_get0_data(hash->hashValue),
519 os_memcpy(n->uri, ASN1_STRING_get0_data(uri), len);
834 ASN1_STRING_get0_data(os), ASN1_STRING_length(os));
836 data = ASN1_STRING_get0_data(os);
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c125 static const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x) function
1661 ASN1_STRING_get0_data(ser),
1874 os_memcmp(ASN1_STRING_get0_data(cn), value,
1880 os_memcmp(ASN1_STRING_get0_data(cn), value,
1886 field, value, ASN1_STRING_get0_data(cn));
2241 ASN1_STRING_get0_data(ser),
5172 ASN1_STRING_get0_data(ser),
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Decx_meth.c189 p = ASN1_STRING_get0_data(oct);
H A Dec_asn1.c1027 if (EC_KEY_oct2priv(ret, ASN1_STRING_get0_data(pkey),
1046 pub_oct = ASN1_STRING_get0_data(priv_key->publicKey);
/freebsd-12-stable/lib/libfetch/
H A Dcommon.c680 ns = (const char *)ASN1_STRING_get0_data(name->d.ia5);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dasn1.h555 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);

Completed in 154 milliseconds

12