| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | rand_bn.c | 10 int rand_bn_bits(void *N, int bits, prng_state *prng, int wprng) in rand_bn_bits() 52 int res, bits; in rand_bn_upto() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_util.c | 190 size_t *bits) in mbedtls_ecc_group_to_psa() 263 size_t bits) in mbedtls_ecc_group_from_psa() 433 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len, in mbedtls_ecdsa_raw_to_der() 556 int mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size_t der_len, in mbedtls_ecdsa_der_to_raw()
|
| H A D | psa_crypto_ecp.c | 40 static int check_ecc_parameters(psa_ecc_family_t family, size_t *bits) in check_ecc_parameters() 213 size_t *key_buffer_length, size_t *bits) in mbedtls_psa_ecp_import_key() 543 size_t bits = 0; in mbedtls_psa_key_agreement_ecdh() local
|
| H A D | bignum_mod.h | 124 size_t bits; // bitlen of p member
|
| H A D | psa_crypto_rsa.c | 64 size_t bits; in mbedtls_psa_rsa_load_representation() local 113 size_t *key_buffer_length, size_t *bits) in mbedtls_psa_rsa_import_key()
|
| H A D | asn1write.c | 271 size_t bits) in mbedtls_asn1_write_named_bitstring() 313 const unsigned char *buf, size_t bits) in mbedtls_asn1_write_bitstring()
|
| H A D | psa_crypto_ffdh.c | 241 size_t *key_buffer_length, size_t *bits) in mbedtls_psa_ffdh_import_key()
|
| H A D | psa_crypto_storage.c | 230 uint8_t bits[2]; member
|
| H A D | ssl_tls13_generic.c | 1496 uint16_t tls_id, size_t *bits, psa_key_type_t *key_type) in mbedtls_ssl_get_psa_ffdh_info_from_tls_id() 1547 size_t bits = 0; in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange() local
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_make_prng.c | 24 int rng_make_prng(int bits, int wprng, prng_state *prng, in rng_make_prng()
|
| H A D | rng_get_bytes.c | 60 int l, acc, bits, a, b; in s_rng_ansic() local
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecdsa.h | 44 #define MBEDTLS_ECDSA_MAX_SIG_LEN(bits) \ argument
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | tee_time_arm_cntpct.c | 50 static uint8_t first, bits; in plat_prng_add_jitter_entropy() local
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 84 static TEE_Result ecc_get_key_size(uint32_t curve, size_t *bytes, size_t *bits) in ecc_get_key_size() 116 size_t bits = 0; in crypto_bignum_bn2bin_eswap() local 159 size_t bits = 0; in verify() local 241 size_t bits = 0; in sign() local
|
| H A D | rsa.c | 311 static TEE_Result do_alloc_publickey(struct rsa_public_key *key, size_t bits) in do_alloc_publickey()
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | common.h | 24 #define BITS_WITH_WMASK(bits, msk, shift) \ argument
|
| /optee_os/core/lib/zlib/ |
| H A D | inftrees.h | 27 unsigned char bits; /* bits in this part of the code */ member
|
| H A D | inffast.c | 69 unsigned bits; /* local strm->bits */ local
|
| H A D | inftrees.c | 33 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
| H A D | inflate.c | 249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 290 unsigned sym, bits; local 633 unsigned bits; /* bits in bit buffer */ local
|
| H A D | inflate.h | 104 unsigned bits; /* number of bits in "in" */ member
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 27 static bool oefid_key_supported(size_t bits) in oefid_key_supported() 135 size_t *bytes, size_t *bits) in ecc_get_key_size() 641 size_t bits = 0; in gen_keypair() local
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 162 #define CLRBITS(v, bits) ((v) &= ~(bits)) argument 163 #define SETBITS(v, bits) ((v) |= (bits)) argument 179 static void clrsetbits(uint32_t *v, uint32_t mask, uint32_t bits) in clrsetbits() 217 static TEE_Result wait_sr_bits(vaddr_t base, uint32_t bits) in wait_sr_bits()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | rc2.c | 63 int rc2_setup_ex(const unsigned char *key, int keylen, int bits, int num_rounds, symmetric_key *ske… in rc2_setup_ex()
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_sizes.h | 40 #define PSA_BITS_TO_BYTES(bits) (((bits) + 7u) / 8u) argument 763 #define PSA_KEY_EXPORT_ASN1_INTEGER_MAX_SIZE(bits) \ argument
|