Home
last modified time | relevance | path

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

/external/openssl/crypto/srp/
Dsrp_vfy.c251 !(vb->gN_cache = sk_SRP_gN_cache_new_null())) in SRP_VBASE_new()
263 sk_SRP_gN_cache_free(vb->gN_cache); in SRP_VBASE_new()
274 sk_SRP_gN_cache_free(vb->gN_cache); in SRP_VBASE_free()
304 static void SRP_gN_free(SRP_gN_cache *gN_cache) in SRP_gN_free() argument
306 if (gN_cache == NULL) in SRP_gN_free()
308 OPENSSL_free(gN_cache->b64_bn); in SRP_gN_free()
309 BN_free(gN_cache->bn); in SRP_gN_free()
310 OPENSSL_free(gN_cache); in SRP_gN_free()
329 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn() argument
332 if (gN_cache == NULL) in SRP_gN_place_bn()
[all …]
Dsrp.h99 STACK_OF(SRP_gN_cache) *gN_cache;
/external/openssl/include/openssl/
Dsrp.h99 STACK_OF(SRP_gN_cache) *gN_cache;