Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Dasn_mime.c106 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
463 ret = multi_split(bio, prm->param_value, &parts); in SMIME_read_ASN1()
609 multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) in multi_split() function