HomeSort by relevance Sort by last modified time
    Searched refs:gN_cache (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/srp/
srp_vfy.c 251 !(vb->gN_cache = sk_SRP_gN_cache_new_null()))
263 sk_SRP_gN_cache_free(vb->gN_cache);
274 sk_SRP_gN_cache_free(vb->gN_cache);
304 static void SRP_gN_free(SRP_gN_cache *gN_cache)
306 if (gN_cache == NULL)
308 OPENSSL_free(gN_cache->b64_bn);
309 BN_free(gN_cache->bn);
310 OPENSSL_free(gN_cache);
329 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch)
332 if (gN_cache == NULL
    [all...]
srp.h 99 STACK_OF(SRP_gN_cache) *gN_cache;
  /external/openssl/include/openssl/
srp.h 99 STACK_OF(SRP_gN_cache) *gN_cache;

Completed in 119 milliseconds