Searched defs:bn (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_set_curve_internal.c | 17 void *bn; in s_ecc_oid_lookup() local
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 81 static size_t serialize_bignum(uint8_t *buf, size_t buf_sz, struct bignum *bn) in serialize_bignum() 151 static size_t deserialize_bignum(uint8_t *buf, size_t max_sz, struct bignum *bn) in deserialize_bignum()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.c | 924 struct bfhead *b, *bn; local 1106 struct bhead *bn; local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 768 struct bignum **bn = attr; in op_attr_bignum_from_user() local 778 struct bignum **bn = attr; in op_attr_bignum_to_user() local 817 struct bignum **bn = attr; in op_attr_bignum_to_binary() local 838 struct bignum **bn = attr; in op_attr_bignum_from_binary() local 854 struct bignum **bn = attr; in op_attr_bignum_from_obj() local 863 struct bignum **bn = attr; in op_attr_bignum_clear() local 870 struct bignum **bn = attr; in op_attr_bignum_free() local
|
Completed in 16 milliseconds