Searched defs:bn (Results 1 – 3 of 3) sorted by relevance
26 mbedtls_mpi *bn = os_zalloc(sizeof(mbedtls_mpi)); in crypto_bignum_init() local40 mbedtls_mpi *bn = os_zalloc(sizeof(mbedtls_mpi)); in crypto_bignum_init_set() local57 mbedtls_mpi *bn = os_zalloc(sizeof(mbedtls_mpi)); in crypto_bignum_init_uint() local
827 struct crypto_bignum *bn = NULL; in sae_derive_pt_ecc() local925 struct crypto_bignum *one = NULL, *two = NULL, *bn = NULL, *tmp = NULL, in sae_derive_pt_ffc() local
167 static int dpp_bn2bin_pad(const struct crypto_bignum *bn, u8 *pos, size_t len) in dpp_bn2bin_pad()