Home
last modified time | relevance | path

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

123

/third_party/openssl/crypto/srp/
Dsrp_vfy.c285 || (vb->gN_cache = sk_SRP_gN_cache_new_null()) == NULL) { in SRP_VBASE_new()
294 sk_SRP_gN_cache_free(vb->gN_cache); in SRP_VBASE_new()
306 sk_SRP_gN_cache_free(vb->gN_cache); in SRP_VBASE_free()
336 static void SRP_gN_free(SRP_gN_cache *gN_cache) in SRP_gN_free() argument
338 if (gN_cache == NULL) in SRP_gN_free()
340 OPENSSL_free(gN_cache->b64_bn); in SRP_gN_free()
341 BN_free(gN_cache->bn); in SRP_gN_free()
342 OPENSSL_free(gN_cache); in SRP_gN_free()
361 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn() argument
364 if (gN_cache == NULL) in SRP_gN_place_bn()
[all …]
/third_party/node/deps/openssl/openssl/crypto/srp/
Dsrp_vfy.c285 || (vb->gN_cache = sk_SRP_gN_cache_new_null()) == NULL) { in SRP_VBASE_new()
294 sk_SRP_gN_cache_free(vb->gN_cache); in SRP_VBASE_new()
306 sk_SRP_gN_cache_free(vb->gN_cache); in SRP_VBASE_free()
336 static void SRP_gN_free(SRP_gN_cache *gN_cache) in SRP_gN_free() argument
338 if (gN_cache == NULL) in SRP_gN_free()
340 OPENSSL_free(gN_cache->b64_bn); in SRP_gN_free()
341 BN_free(gN_cache->bn); in SRP_gN_free()
342 OPENSSL_free(gN_cache); in SRP_gN_free()
361 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn() argument
364 if (gN_cache == NULL) in SRP_gN_place_bn()
[all …]
/third_party/openssl/ohos_lite/include/openssl/
Dsrp.h56 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/openssl/include/openssl/
Dsrp.h.in84 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/openssl/include/openssl/
Dsrp.h.in84 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/
Dsrp.h131 STACK_OF(SRP_gN_cache) *gN_cache;

123