Lines Matching refs:group
729 * @group: Identifying number for the ECC group (IANA "Group Description"
733 struct crypto_ec * crypto_ec_init(int group);
744 * Returns: Length of the prime defining the group
751 * Returns: Length of the prime defining the group in bits
758 * Returns: Length of the order defining the group
763 * crypto_ec_get_prime - Get prime defining an EC group
765 * Returns: Prime (bignum) defining the group
770 * crypto_ec_get_order - Get order of an EC group
772 * Returns: Order (bignum) of the group
821 * the length of the prime defining the group.
834 * the length of the prime defining the group.
897 * Returns: 1 if the specified EC point is the neutral element of the group or
925 struct crypto_ecdh * crypto_ecdh_init(int group);