Searched refs:default_iv_length (Results 1 – 2 of 2) sorted by relevance
4344 operation->default_iv_length = PSA_CIPHER_IV_LENGTH(slot->attr.type, alg);4391 size_t default_iv_length = 0; local4405 default_iv_length = operation->default_iv_length;4406 if (iv_size < default_iv_length) {4411 if (default_iv_length > PSA_CIPHER_IV_MAX_SIZE) {4416 LOCAL_OUTPUT_ALLOC(iv_external, default_iv_length, iv);4418 status = psa_generate_random_internal(iv, default_iv_length);4424 iv, default_iv_length);4428 *iv_length = default_iv_length;4434 mbedtls_platform_zeroize(iv, default_iv_length);[all …]
110 uint8_t MBEDTLS_PRIVATE(default_iv_length);