Lines Matching defs:nonce_length
4673 size_t nonce_length)
4686 if (nonce_length != 0) {
4693 if (nonce_length >= 7 && nonce_length <= 13) {
4700 if (nonce_length == 12) {
4702 } else if (nonce_length == 8) {
4708 (void) nonce_length;
4727 size_t nonce_length,
4757 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
4762 status = psa_aead_check_nonce_length(alg, nonce_length);
4770 nonce, nonce_length,
4793 size_t nonce_length,
4823 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
4829 status = psa_aead_check_nonce_length(alg, nonce_length);
4837 nonce, nonce_length,
4990 size_t nonce_length)
5004 status = psa_aead_check_nonce_length(operation->alg, nonce_length);
5011 nonce_length);
5027 size_t *nonce_length)
5036 *nonce_length = 0;
5075 *nonce_length = required_nonce_size;
5089 size_t nonce_length)
5094 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
5096 status = psa_aead_set_nonce_internal(operation, nonce, nonce_length);