Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dbio_ndef.c103 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
129 BIO_asn1_set_suffix(asn_bio, ndef_suffix, ndef_suffix_free); in BIO_new_NDEF()
216 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix() function