Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dex_data.c342 const EX_CALLBACK *excb; member
351 if (ap->excb == bp->excb) in ex_callback_compare()
354 if (ap->excb == NULL) in ex_callback_compare()
356 if (bp->excb == NULL) in ex_callback_compare()
358 if (ap->excb->priority == bp->excb->priority) in ex_callback_compare()
360 return ap->excb->priority > bp->excb->priority ? -1 : 1; in ex_callback_compare()
392 storage[i].excb = sk_EX_CALLBACK_value(ip->meth, i); in CRYPTO_free_ex_data()
402 f = storage[i].excb; in CRYPTO_free_ex_data()

Completed in 6 milliseconds