Searched defs:bn (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| H A D | bignum.c | 73 mbedtls_mpi *bn = NULL; in crypto_bignum_allocate() local 101 mbedtls_mpi *bn = (mbedtls_mpi *)s; in crypto_bignum_clear() local
|
| /optee_os/core/lib/libtomcrypt/ |
| H 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 170 mbedtls_mpi bn; in compare_d() local 285 mbedtls_mpi bn = { .s = 1, .n = 1, .p = &p }; in addi() local 307 mbedtls_mpi bn = { .s = 1, .n = 1, .p = &p }; in subi() local 751 mbedtls_mpi *bn = malloc(sizeof(*bn)); in crypto_bignum_allocate() local 776 mbedtls_mpi *bn = (mbedtls_mpi *)s; in crypto_bignum_clear() local
|
| /optee_os/core/pta/tests/ |
| H 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/ |
| H A D | ecc_set_curve_internal.c | 17 void *bn; in s_ecc_oid_lookup() local
|
| /optee_os/core/pta/ |
| H A D | attestation.c | 87 static size_t serialize_bignum(uint8_t *buf, size_t buf_sz, struct bignum *bn) in serialize_bignum() 157 static size_t deserialize_bignum(uint8_t *buf, size_t max_sz, struct bignum *bn) in deserialize_bignum()
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 827 struct bignum **bn = attr; in op_attr_bignum_from_user() local 846 struct bignum **bn = attr; in op_attr_bignum_to_user() local 883 struct bignum **bn = attr; in op_attr_bignum_to_binary() local 904 struct bignum **bn = attr; in op_attr_bignum_from_binary() local 920 struct bignum **bn = attr; in op_attr_bignum_from_obj() local 929 struct bignum **bn = attr; in op_attr_bignum_clear() local 936 struct bignum **bn = attr; in op_attr_bignum_free() local
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.c | 973 struct bfhead *b, *bn; local 1166 struct bhead *bn; local
|