Lines Matching defs:p

1383 int crypto_bignum_legendre(const struct crypto_bignum *a, const struct crypto_bignum *p)  in crypto_bignum_legendre()
1499 unsigned char *p = buf + 2 + prime_len; in crypto_dh_derive_secret() local
2156 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_point_init() local
2162 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit()
2168 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, struct crypto_bignum *x) in crypto_ec_point_x()
2202 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_point_from_bin() local
2257 const struct crypto_ec_point *p, in crypto_ec_point_mul()
2270 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert()
2338 int crypto_ec_point_is_at_infinity(struct crypto_ec *e, const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity()
2343 int crypto_ec_point_is_on_curve(struct crypto_ec *e, const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve()
2354 void crypto_ec_point_debug_print(const struct crypto_ec *e, const struct crypto_ec_point *p, const … in crypto_ec_point_debug_print()
2371 void crypto_ec_point_debug_print(const struct crypto_ec *e, const struct crypto_ec_point *p, const … in crypto_ec_point_debug_print()
2409 unsigned char *p; in crypto_mbedtls_pk_parse_subpubkey_compressed() local
2584 mbedtls_ecp_point *p = (mbedtls_ecp_point *)pub; in crypto_ec_key_set_pub_point() local
2623 unsigned char *p = buf + sizeof(buf) - len; in crypto_ec_key_get_subject_public_key() local
2684 unsigned char *p = priv + sizeof(priv) - privlen; in crypto_ec_key_get_ecprivate_key() local
2749 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_key_get_public_key() local
2855 u8 *p = buf, *r, *s; in crypto_ec_key_sign_r_s() local
3131 unsigned char *p = csr->subject_raw.p + csr->subject_raw.len; in mbedtls_x509_csr_attr_oid_value() local