Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c888 mbedtls_cipher_type_t cipher_type; in omac1_aes_vector()
892 cipher_type = MBEDTLS_CIPHER_AES_128_ECB; in omac1_aes_vector()
895 cipher_type = MBEDTLS_CIPHER_AES_192_ECB; in omac1_aes_vector()
898 cipher_type = MBEDTLS_CIPHER_AES_256_ECB; in omac1_aes_vector()
904 cipher_info = mbedtls_cipher_info_from_type(cipher_type); in omac1_aes_vector()
1066 mbedtls_cipher_type_t cipher_type; in crypto_cipher_init() local
1073 cipher_type = MBEDTLS_CIPHER_AES_128_CTR; in crypto_cipher_init()
1075 cipher_type = MBEDTLS_CIPHER_AES_192_CTR; in crypto_cipher_init()
1077 cipher_type = MBEDTLS_CIPHER_AES_256_CTR; in crypto_cipher_init()
1083 cipher_type = MBEDTLS_CIPHER_DES_EDE3_CBC; in crypto_cipher_init()
[all …]