Symbol: ASN1_STRING_length
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2012
*data_len = ASN1_STRING_length(*octets);
crypto/openssl/apps/ca.c
1104
const int snl = ASN1_STRING_length(serialNumber);
crypto/openssl/apps/cms.c
1475
idlen = ASN1_STRING_length(scid);
crypto/openssl/apps/lib/apps.c
2306
int disabled = ASN1_STRING_length(encoded) <= 2; /* indicating "none" */
crypto/openssl/apps/lib/apps.c
2436
if (gtype == GEN_URI && ASN1_STRING_length(uri) > 6) {
crypto/openssl/apps/pkcs12.c
1242
ASN1_STRING_length(kdf->salt),
crypto/openssl/apps/pkcs12.c
845
ASN1_STRING_length(pbkdf2_param->salt->value.octet_string));
crypto/openssl/apps/pkcs12.c
859
tmac != NULL ? ASN1_STRING_length(tmac) : 0L,
crypto/openssl/apps/pkcs12.c
860
tsalt != NULL ? ASN1_STRING_length(tsalt) : 0L);
crypto/openssl/crypto/asn1/asn1_lib.c
452
length += ASN1_STRING_length(current);
crypto/openssl/crypto/asn1/asn1_lib.c
462
length = ASN1_STRING_length(current);
crypto/openssl/crypto/asn1/evp_asn1.c
44
ret = ASN1_STRING_length(a->value.octet_string);
crypto/openssl/crypto/asn1/evp_asn1.c
72
int ret = ASN1_STRING_length(oct), n;
crypto/openssl/crypto/asn1/p8_pkey.c
79
*ppklen = ASN1_STRING_length(p8->pkey);
crypto/openssl/crypto/cmp/cmp_status.c
230
ASN1_STRING_length(text),
crypto/openssl/crypto/cms/cms_dh.c
119
plen = ASN1_STRING_length(parameter);
crypto/openssl/crypto/cms/cms_dh.c
149
dukmlen = ASN1_STRING_length(ukm);
crypto/openssl/crypto/cms/cms_dh.c
301
dukmlen = ASN1_STRING_length(ukm);
crypto/openssl/crypto/cms/cms_dh.c
46
plen = ASN1_STRING_length(pubkey);
crypto/openssl/crypto/cms/cms_ec.c
109
plen = ASN1_STRING_length(pubkey);
crypto/openssl/crypto/cms/cms_ec.c
189
plen = ASN1_STRING_length(parameter);
crypto/openssl/crypto/cms/cms_env.c
274
ASN1_STRING_length(secret))
crypto/openssl/crypto/cms/cms_rsa.c
93
labellen = ASN1_STRING_length(parameter);
crypto/openssl/crypto/ec/ec_asn1.c
956
ASN1_STRING_length(pkey))
crypto/openssl/crypto/ec/ec_asn1.c
979
pub_oct_len = ASN1_STRING_length(priv_key->publicKey);
crypto/openssl/crypto/ec/ecx_backend.c
245
plen = ASN1_STRING_length(oct);
crypto/openssl/crypto/ocsp/ocsp_srv.c
303
ret = (ASN1_STRING_length(respid->value.byKey) == SHA_DIGEST_LENGTH)
crypto/openssl/crypto/pkcs12/p12_mutl.c
351
if ((maclen != (unsigned int)ASN1_STRING_length(macoct))
crypto/openssl/crypto/ts/ts_lib.c
89
ASN1_STRING_length(msg), 4);
crypto/openssl/crypto/ts/ts_rsp_verify.c
505
ret = len_a == (unsigned)ASN1_STRING_length(b->hashed_msg) && memcmp(imprint_a, ASN1_STRING_get0_data(b->hashed_msg), len_a) == 0;
crypto/openssl/crypto/ts/ts_verify_ctx.c
165
ret->imprint_len = ASN1_STRING_length(msg);
crypto/openssl/crypto/x509/t_x509.c
248
ASN1_STRING_length(keybstr), SHA1md, NULL, md, NULL))
crypto/openssl/crypto/x509/v3_akid.c
177
if (ASN1_STRING_length(ikeyid) == 0) /* indicating "none" */ {
crypto/openssl/crypto/x509/v3_lib.c
145
extlen = ASN1_STRING_length(extvalue);
crypto/openssl/crypto/x509/v3_prn.c
83
extlen = ASN1_STRING_length(extoct);
crypto/openssl/include/openssl/asn1.h
665
int ASN1_STRING_length(const ASN1_STRING *x);
crypto/openssl/test/tls-provider.c
1285
plen = ASN1_STRING_length(oct);
crypto/openssl/test/x509_internal_test.c
163
|| !TEST_int_eq(ASN1_STRING_length(ip), len)
lib/libfetch/common.c
960
nslen = (size_t)ASN1_STRING_length(name->d.ia5);