Lines Matching refs:nonce_length
1243 size_t nonce_length = nonce_length_arg;
1248 TEST_ASSERT( nonce_length <= sizeof( nonce ) );
1265 nonce, nonce_length,
1277 nonce, nonce_length,
4005 int nonce_length,
4059 MBEDTLS_TEST_PSA_SKIP_IF_ALT_GCM_NOT_12BYTES_NONCE( alg, nonce_length );
4065 nonce_length,
4123 size_t nonce_length;
4170 nonce_length = 0;
4175 nonce_length = ( size_t ) nonce_length_arg;
4176 ASSERT_ALLOC( nonce_buffer, nonce_length );
4180 for( index = 0; index < nonce_length - 1; ++index )
4187 status = psa_aead_set_nonce( &operation, nonce_buffer, nonce_length );
4533 size_t nonce_length = 0;
4575 &nonce_length ),
4727 &nonce_length ) );
4731 &nonce_length ),
4743 &nonce_length ) );
4758 &nonce_length ),
4769 &nonce_length ),