Lines Matching defs:nonce_length
1433 size_t nonce_length, const uint8_t *additional_data,
1449 attributes, key_buffer, key_buffer_size, alg, nonce, nonce_length, additional_data,
1458 return (mbedtls_psa_aead_encrypt(attributes, key_buffer, key_buffer_size, alg, nonce, nonce_length,
1473 size_t nonce_length, const uint8_t *additional_data,
1489 attributes, key_buffer, key_buffer_size, alg, nonce, nonce_length, additional_data,
1498 return (mbedtls_psa_aead_decrypt(attributes, key_buffer, key_buffer_size, alg, nonce, nonce_length,
1592 size_t nonce_length)
1597 return (mbedtls_psa_aead_set_nonce(&operation->ctx.mbedtls_ctx, nonce, nonce_length));
1605 nonce_length));
1614 (void)nonce_length;