Searched refs:SRP_gN_cache (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp.h79 } SRP_gN_cache; typedef in typeref:struct:SRP_gN_cache_st
82 DECLARE_STACK_OF(SRP_gN_cache)
102 STACK_OF(SRP_gN_cache) *gN_cache;
H A Dsrp_vfy.c300 static SRP_gN_cache *SRP_gN_new_init(const char *ch)
305 SRP_gN_cache *newgN =
306 (SRP_gN_cache *)OPENSSL_malloc(sizeof(SRP_gN_cache));
323 static void SRP_gN_free(SRP_gN_cache *gN_cache)
347 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch)
355 SRP_gN_cache *cache = sk_SRP_gN_cache_value(gN_cache, i);
360 SRP_gN_cache *newgN = SRP_gN_new_init(ch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp.h79 } SRP_gN_cache; typedef in typeref:struct:SRP_gN_cache_st
82 DECLARE_STACK_OF(SRP_gN_cache)
102 STACK_OF(SRP_gN_cache) *gN_cache;
H A Dsrp_vfy.c300 static SRP_gN_cache *SRP_gN_new_init(const char *ch)
305 SRP_gN_cache *newgN =
306 (SRP_gN_cache *)OPENSSL_malloc(sizeof(SRP_gN_cache));
323 static void SRP_gN_free(SRP_gN_cache *gN_cache)
347 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch)
355 SRP_gN_cache *cache = sk_SRP_gN_cache_value(gN_cache, i);
360 SRP_gN_cache *newgN = SRP_gN_new_init(ch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h1534 # define sk_SRP_gN_cache_new(cmp) SKM_sk_new(SRP_gN_cache, (cmp))
1535 # define sk_SRP_gN_cache_new_null() SKM_sk_new_null(SRP_gN_cache)
1536 # define sk_SRP_gN_cache_free(st) SKM_sk_free(SRP_gN_cache, (st))
1537 # define sk_SRP_gN_cache_num(st) SKM_sk_num(SRP_gN_cache, (st))
1538 # define sk_SRP_gN_cache_value(st, i) SKM_sk_value(SRP_gN_cache, (st), (i))
1539 # define sk_SRP_gN_cache_set(st, i, val) SKM_sk_set(SRP_gN_cache, (st), (i), (val))
1540 # define sk_SRP_gN_cache_zero(st) SKM_sk_zero(SRP_gN_cache, (st))
1541 # define sk_SRP_gN_cache_push(st, val) SKM_sk_push(SRP_gN_cache, (st), (val))
1542 # define sk_SRP_gN_cache_unshift(st, val) SKM_sk_unshift(SRP_gN_cache, (st), (val))
1543 # define sk_SRP_gN_cache_find(st, val) SKM_sk_find(SRP_gN_cache, (s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h1534 # define sk_SRP_gN_cache_new(cmp) SKM_sk_new(SRP_gN_cache, (cmp))
1535 # define sk_SRP_gN_cache_new_null() SKM_sk_new_null(SRP_gN_cache)
1536 # define sk_SRP_gN_cache_free(st) SKM_sk_free(SRP_gN_cache, (st))
1537 # define sk_SRP_gN_cache_num(st) SKM_sk_num(SRP_gN_cache, (st))
1538 # define sk_SRP_gN_cache_value(st, i) SKM_sk_value(SRP_gN_cache, (st), (i))
1539 # define sk_SRP_gN_cache_set(st, i, val) SKM_sk_set(SRP_gN_cache, (st), (i), (val))
1540 # define sk_SRP_gN_cache_zero(st) SKM_sk_zero(SRP_gN_cache, (st))
1541 # define sk_SRP_gN_cache_push(st, val) SKM_sk_push(SRP_gN_cache, (st), (val))
1542 # define sk_SRP_gN_cache_unshift(st, val) SKM_sk_unshift(SRP_gN_cache, (st), (val))
1543 # define sk_SRP_gN_cache_find(st, val) SKM_sk_find(SRP_gN_cache, (s
[all...]

Completed in 74 milliseconds