Searched refs:key_length (Results 1 – 4 of 4) sorted by relevance
223 uint32_t key_length, unsigned char *output ) in mbedtls_pkcs5_pbkdf2_hmac() argument242 while( key_length ) in mbedtls_pkcs5_pbkdf2_hmac()279 use_len = ( key_length < md_size ) ? key_length : md_size; in mbedtls_pkcs5_pbkdf2_hmac()282 key_length -= (uint32_t) use_len; in mbedtls_pkcs5_pbkdf2_hmac()
426 int mbedtls_aes_cmac_prf_128( const unsigned char *key, size_t key_length, in mbedtls_aes_cmac_prf_128() argument446 if( key_length == MBEDTLS_AES_BLOCK_SIZE ) in mbedtls_aes_cmac_prf_128()456 key_length, int_key ); in mbedtls_aes_cmac_prf_128()
86 uint32_t key_length, unsigned char *output );
1443 mbedtls_cipher_info_t.key_length -> key_bitlen1444 mbedtls_cipher_context_t.key_length -> key_bitlen
Completed in 10 milliseconds