Searched refs:bn_ctx (Results 1 – 4 of 4) sorted by relevance
| /crypto/srp/ |
| A D | srp_lib.c | 80 BN_CTX *bn_ctx; in SRP_Calc_server_key() local 101 BN_CTX_free(bn_ctx); in SRP_Calc_server_key() 111 BN_CTX *bn_ctx; in SRP_Calc_B_ex() local 131 BN_CTX_free(bn_ctx); in SRP_Calc_B_ex() 198 BN_CTX *bn_ctx; in SRP_Calc_A() local 208 BN_CTX_free(bn_ctx); in SRP_Calc_A() 218 BN_CTX *bn_ctx; in SRP_Calc_client_key_ex() local 251 BN_CTX_free(bn_ctx); in SRP_Calc_client_key_ex() 269 BN_CTX *bn_ctx; in SRP_Verify_B_mod_N() local 278 if (!BN_nnmod(r, B, N, bn_ctx)) in SRP_Verify_B_mod_N() [all …]
|
| A D | srp_vfy.c | 728 BN_CTX *bn_ctx = BN_CTX_new_ex(libctx); in SRP_create_verifier_BN_ex() local 735 (verifier == NULL) || (N == NULL) || (g == NULL) || (bn_ctx == NULL)) in SRP_create_verifier_BN_ex() 757 if (!BN_mod_exp(verif, g, x, N, bn_ctx)) { in SRP_create_verifier_BN_ex() 770 BN_CTX_free(bn_ctx); in SRP_create_verifier_BN_ex()
|
| /crypto/ec/ |
| A D | ecp_s390x_nistp.c | 138 BN_CTX *bn_ctx = NULL; in ecdsa_s390x_nistp_sign_sig() local 193 bn_ctx = BN_CTX_secure_new_ex(ossl_ec_key_get_libctx(eckey)); in ecdsa_s390x_nistp_sign_sig() 194 if (bn_ctx == NULL) in ecdsa_s390x_nistp_sign_sig() 198 if (ossl_ec_group_do_inverse_ord(group, k, kinv, bn_ctx) == 0 in ecdsa_s390x_nistp_sign_sig() 220 BN_CTX_free(bn_ctx); in ecdsa_s390x_nistp_sign_sig()
|
| /crypto/bn/ |
| A D | build.info | 105 $COMMON=bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c \
|
Completed in 11 milliseconds