Searched defs:ASN1_STRING_set (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dasn1_lib.c353 if (!ASN1_STRING_set(dst,str->data,str->length))
375 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) function
397 OPENSSL_PUT_ERROR(ASN1, ASN1_STRING_set, ERR_R_MALLOC_FAILURE);
/external/openssl/crypto/asn1/
H A Dasn1_lib.c351 if (!ASN1_STRING_set(dst,str->data,str->length))
373 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) function

Completed in 145 milliseconds