Home
last modified time | relevance | path

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

/openssl-master/apps/include/
A Dapps.h222 BIGNUM *load_serial(const char *serialfile, int create, ASN1_INTEGER **retai);
224 ASN1_INTEGER **retai);
/openssl-master/apps/lib/
A Dapps.c1448 BIGNUM *load_serial(const char *serialfile, int create, ASN1_INTEGER **retai) in IMPLEMENT_LHASH_HASH_FN()
1482 if (ret && retai) { in IMPLEMENT_LHASH_HASH_FN()
1483 *retai = ai; in IMPLEMENT_LHASH_HASH_FN()
1494 ASN1_INTEGER **retai) in save_serial() argument
1532 if (retai) { in save_serial()
1533 *retai = ai; in save_serial()

Completed in 10 milliseconds