Home
last modified time | relevance | path

Searched defs:key_bits (Results 1 – 22 of 22) sorted by relevance

/third_party/mbedtls/include/psa/
Dcrypto_sizes.h167 #define PSA_AEAD_TAG_LENGTH(key_type, key_bits, alg) \ argument
266 #define PSA_MAC_LENGTH(key_type, key_bits, alg) \ argument
584 #define PSA_SIGN_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
629 #define PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
668 #define PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
707 #define PSA_KEY_EXPORT_RSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument
732 #define PSA_KEY_EXPORT_RSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument
751 #define PSA_KEY_EXPORT_DSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument
770 #define PSA_KEY_EXPORT_DSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument
783 #define PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument
[all …]
Dcrypto_extra.h561 #define PSA_KEY_DOMAIN_PARAMETERS_SIZE(key_type, key_bits) \ argument
566 #define PSA_DH_KEY_DOMAIN_PARAMETERS_SIZE(key_bits) \ argument
568 #define PSA_DSA_KEY_DOMAIN_PARAMETERS_SIZE(key_bits) \ argument
/third_party/openssl/crypto/evp/
De_rc2.c29 int key_bits; /* effective key bits */ member
125 int key_bits; in rc2_get_asn1_type_and_iv() local
/third_party/ffmpeg/libavutil/tests/
Dcast5.c46 static const int key_bits[3] = {128, 80, 40}; in main() local
/third_party/mbedtls/programs/psa/
Dcrypto_examples.c163 key_bits = 256, in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() enumerator
211 key_bits = 256, in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() enumerator
259 key_bits = 256, in cipher_example_encrypt_decrypt_aes_ctr_multi() enumerator
/third_party/ffmpeg/libavutil/
Drc4.c33 int av_rc4_init(AVRC4 *r, const uint8_t *key, int key_bits, int decrypt) { in av_rc4_init()
Dcamellia.c46 int key_bits; member
352 av_cold int av_camellia_init(AVCAMELLIA *cs, const uint8_t *key, int key_bits) in av_camellia_init()
Dcast5.c456 av_cold int av_cast5_init(AVCAST5* cs, const uint8_t *key, int key_bits) in av_cast5_init()
Dtwofish.c269 av_cold int av_twofish_init(AVTWOFISH *cs, const uint8_t *key, int key_bits) in av_twofish_init()
Ddes.c278 int av_des_init(AVDES *d, const uint8_t *key, int key_bits, av_unused int decrypt) { in av_des_init()
Daes.c195 int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt) in av_aes_init()
/third_party/mbedtls/tests/include/test/
Dpsa_crypto_helpers.h223 #define MBEDTLS_TEST_PSA_SKIP_IF_ALT_AES_192( key_type, key_bits ) \ argument
/third_party/mbedtls/library/
Dpsa_crypto_cipher.c37 size_t key_bits, in mbedtls_cipher_info_from_psa()
139 size_t key_bits; in psa_cipher_setup() local
Dpsa_crypto_aead.c49 size_t key_bits; in psa_aead_setup() local
Dpsa_crypto_driver_wrappers.c483 size_t key_bits = attributes->core.bits; in psa_driver_wrapper_get_key_buffer_size() local
Dpsa_crypto.c2304 size_t key_bits = psa_get_key_bits( attributes ); in psa_mac_finalize_alg_and_key_validation() local
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c509 size_t key_bits; in mbedtls_test_psa_key_agreement_with_self() local
549 size_t key_bits; in mbedtls_test_psa_raw_key_agreement_with_self() local
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_key_management.c108 const size_t key_bits ) in mbedtls_test_opaque_size_function()
/third_party/libevdev/libevdev/
Dlibevdev-int.h82 unsigned long key_bits[NLONGS(KEY_CNT)]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_common.c27 u8 i_buf[4], key_bits[4]; in wps_kdf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_common.c27 u8 i_buf[4], key_bits[4]; in wps_kdf() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h810 uint32_t *key_bits = (uint32_t *)key; in ir3_key_clear_unused() local