Lines Matching refs:nonce
4795 LOCAL_INPUT_DECLARE(nonce_external, nonce);
4813 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
4826 nonce, nonce_length,
4836 LOCAL_INPUT_FREE(nonce_external, nonce);
4861 LOCAL_INPUT_DECLARE(nonce_external, nonce);
4879 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
4893 nonce, nonce_length,
4903 LOCAL_INPUT_FREE(nonce_external, nonce);
5045 const uint8_t *nonce, argument
5066 status = psa_driver_wrapper_aead_set_nonce(operation, nonce,
5089 LOCAL_OUTPUT_DECLARE(nonce_external, nonce);
5090 LOCAL_OUTPUT_ALLOC(nonce_external, nonce_size, nonce);
5130 memcpy(nonce, local_nonce, required_nonce_size);
5136 LOCAL_OUTPUT_FREE(nonce_external, nonce);
5149 LOCAL_INPUT_DECLARE(nonce_external, nonce);
5150 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
5152 status = psa_aead_set_nonce_internal(operation, nonce, nonce_length);
5159 LOCAL_INPUT_FREE(nonce_external, nonce);