Searched refs:SRP_gN_cache (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/crypto/srp/ |
| HD | srp.h | 79 } SRP_gN_cache; typedef 82 DECLARE_STACK_OF(SRP_gN_cache) 97 STACK_OF(SRP_gN_cache) *gN_cache;
|
| HD | srp_vfy.c | 282 static SRP_gN_cache *SRP_gN_new_init(const char *ch) in SRP_gN_new_init() 287 SRP_gN_cache *newgN = in SRP_gN_new_init() 288 (SRP_gN_cache *)OPENSSL_malloc(sizeof(SRP_gN_cache)); in SRP_gN_new_init() 305 static void SRP_gN_free(SRP_gN_cache *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() 337 SRP_gN_cache *cache = sk_SRP_gN_cache_value(gN_cache, i); in SRP_gN_place_bn() 342 SRP_gN_cache *newgN = SRP_gN_new_init(ch); in SRP_gN_place_bn()
|
| /NextBSD/crypto/openssl/crypto/stack/ |
| HD | safestack.h | 1534 # 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, (st), (val)) [all …]
|
| /NextBSD/crypto/openssl/util/ |
| HD | indent.pro | 450 -T SRP_gN_cache
|