Searched refs:p_scalar (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libcrypto/ec/ |
| D | ec_lib.c | 1308 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx_in) in EC_POINT_mul() argument 1324 if (g_scalar != NULL && point == NULL && p_scalar == NULL) { in EC_POINT_mul() 1335 } else if (g_scalar == NULL && point != NULL && p_scalar != NULL) { in EC_POINT_mul() 1344 ret = group->meth->mul_single_ct(group, r, p_scalar, point, ctx); in EC_POINT_mul() 1345 } else if (g_scalar != NULL && point != NULL && p_scalar != NULL) { in EC_POINT_mul() 1353 p_scalar, point, ctx); in EC_POINT_mul()
|
| D | ec_local.h | 109 const BIGNUM *g_scalar, const BIGNUM *p_scalar,
|
| D | ecp_methods.c | 1198 const BIGNUM *p_scalar, const EC_POINT *point, BN_CTX *ctx) in ec_mul_double_nonct() argument 1200 return ec_wnaf_mul(group, r, g_scalar, point, p_scalar, ctx); in ec_mul_double_nonct()
|