Searched defs:bn (Results 1 – 6 of 6) sorted by relevance
/optee_os/lib/libmbedtls/core/ |
A D | bignum.c | 73 mbedtls_mpi *bn = NULL; in crypto_bignum_allocate() local 98 mbedtls_mpi *bn = (mbedtls_mpi *)s; in crypto_bignum_clear() local
|
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 65 mbedtls_mpi *bn = mempool_alloc(mbedtls_mpi_mempool, sizeof(*bn)); in init() local 118 mbedtls_mpi bn = { .s = 1, .n = 1, .p = &p }; in set_int() local 127 mbedtls_mpi *bn = a; in get_int() local 137 mbedtls_mpi *bn = a; in get_digit() local 171 mbedtls_mpi bn; in compare_d() local 286 mbedtls_mpi bn = { .s = 1, .n = 1, .p = &p }; in addi() local 308 mbedtls_mpi bn = { .s = 1, .n = 1, .p = &p }; in subi() local 752 mbedtls_mpi *bn = malloc(sizeof(*bn)); in crypto_bignum_allocate() local 774 mbedtls_mpi *bn = (mbedtls_mpi *)s; in crypto_bignum_clear() local
|
/optee_os/core/pta/tests/ |
A D | fs_htree.c | 180 static uint32_t val_from_bn_n_salt(size_t bn, size_t n, uint8_t salt) in val_from_bn_n_salt() 187 static TEE_Result write_block(struct tee_fs_htree **ht, size_t bn, uint8_t salt) in write_block() 198 static TEE_Result read_block(struct tee_fs_htree **ht, size_t bn, uint8_t salt) in read_block() 221 size_t bn, uint8_t salt), in do_range() 238 size_t bn, uint8_t salt), in do_range_backwards()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_set_curve_internal.c | 24 void *bn; in _ecc_oid_lookup() local
|
/optee_os/core/tee/ |
A D | tee_svc_cryp.c | 664 struct bignum **bn = attr; in op_attr_bignum_from_user() local 674 struct bignum **bn = attr; in op_attr_bignum_to_user() local 711 struct bignum **bn = attr; in op_attr_bignum_to_binary() local 732 struct bignum **bn = attr; in op_attr_bignum_from_binary() local 748 struct bignum **bn = attr; in op_attr_bignum_from_obj() local 757 struct bignum **bn = attr; in op_attr_bignum_clear() local 764 struct bignum **bn = attr; in op_attr_bignum_free() local
|
/optee_os/lib/libutils/isoc/ |
A D | bget.c | 926 struct bfhead *b, *bn; local 1103 struct bhead *bn; local
|
Completed in 16 milliseconds