Searched refs:mbedtls_cipher_info_from_values (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | cipher.h | 424 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values(const mbedtls_cipher_id_t cipher_id,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cipher.h | 424 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values(const mbedtls_cipher_id_t cipher_id,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_cipher.c | 146 return mbedtls_cipher_info_from_values(cipher_id_tmp, in mbedtls_cipher_info_from_psa()
|
H A D | nist_kw.c | 60 cipher_info = mbedtls_cipher_info_from_values(cipher, in mbedtls_nist_kw_setkey()
|
H A D | ccm.c | 56 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_ccm_setkey()
|
H A D | gcm.c | 133 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_gcm_setkey()
|
H A D | cipher.c | 117 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( in mbedtls_cipher_info_from_values() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | nist_kw.c | 60 cipher_info = mbedtls_cipher_info_from_values(cipher, in mbedtls_nist_kw_setkey()
|
H A D | psa_crypto_cipher.c | 276 return mbedtls_cipher_info_from_values(cipher_id_tmp, (int) key_bits, mode); in mbedtls_cipher_info_from_psa()
|
H A D | ccm.c | 72 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_ccm_setkey()
|
H A D | gcm.c | 186 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_gcm_setkey()
|
H A D | cipher.c | 117 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( in mbedtls_cipher_info_from_values() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 324 …fo_t` and the functions `mbedtls_cipher_info_from_type` and `mbedtls_cipher_info_from_values` in t…
|