Searched refs:adb_cb (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 258 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { in ossl_asn1_do_adb()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 460 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ argument 468 adb_cb,\ 508 int (*adb_cb)(long *psel); /* Application callback */ member
|
H A D | asn1t.h.in | 461 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ argument 469 adb_cb,\ 509 int (*adb_cb)(long *psel); /* Application callback */ member
|