/external/openssl/crypto/asn1/ |
a_bitstr.c | 63 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len)
|
asn1.h | 804 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, [all...] |
/external/openssl/crypto/x509v3/ |
v3_addr.c | 422 if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, bytelen)) 470 if (!ASN1_BIT_STRING_set(aor->u.addressRange->min, min, i)) 484 if (!ASN1_BIT_STRING_set(aor->u.addressRange->max, max, i)) [all...] |
/external/openssl/crypto/ec/ |
ec_asn1.c | 534 if (!ASN1_BIT_STRING_set(curve->seed, group->seed, [all...] |
/external/openssl/include/openssl/ |
asn1.h | 804 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, [all...] |