Home
last modified time | relevance | path

Searched refs:ASN1_BIT_STRING_set (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/asn1/
H A Da_bitstr.c16 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len) in ASN1_BIT_STRING_set() function
/openssl/test/
H A Docspapitest.c87 || !TEST_true(ASN1_BIT_STRING_set(key, keybytes, sizeof(keybytes))) in make_dummy_resp()
/openssl/crypto/cmp/
H A Dcmp_protect.c97 if (!ASN1_BIT_STRING_set(prot, protection, sig_len)) { in ossl_cmp_calc_protection()
/openssl/crypto/x509/
H A Dv3_addr.c415 if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, bytelen)) in make_addressPrefix()
460 if (!ASN1_BIT_STRING_set(aor->u.addressRange->min, min, i)) in make_addressRange()
473 if (!ASN1_BIT_STRING_set(aor->u.addressRange->max, max, i)) in make_addressRange()
H A Dx_pubkey.c291 || !ASN1_BIT_STRING_set(pubkey->public_key, in X509_PUBKEY_dup()
/openssl/util/
H A Dmissingcrypto.txt30 ASN1_BIT_STRING_set(3)
H A Dmissingcrypto111.txt39 ASN1_BIT_STRING_set(3)
H A Dlibcrypto.num3052 ASN1_BIT_STRING_set 3119 3_0_0 EXIST::FUNCTION:
/openssl/crypto/ec/
H A Dec_asn1.c363 if (!ASN1_BIT_STRING_set(curve->seed, group->seed, in ec_asn1_group2curve()
/openssl/include/openssl/
H A Dasn1.h.in593 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);

Completed in 82 milliseconds