Lines Matching refs:nonce_length
4729 size_t nonce_length) argument
4742 if (nonce_length != 0) {
4749 if (nonce_length >= 7 && nonce_length <= 13) {
4756 if (nonce_length == 12) {
4758 } else if (nonce_length == 8) {
4764 (void) nonce_length;
4783 size_t nonce_length, argument
4813 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
4818 status = psa_aead_check_nonce_length(alg, nonce_length);
4826 nonce, nonce_length,
4849 size_t nonce_length, argument
4879 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
4885 status = psa_aead_check_nonce_length(alg, nonce_length);
4893 nonce, nonce_length,
5046 size_t nonce_length) argument
5060 status = psa_aead_check_nonce_length(operation->alg, nonce_length);
5067 nonce_length);
5083 size_t *nonce_length) argument
5092 *nonce_length = 0;
5131 *nonce_length = required_nonce_size;
5145 size_t nonce_length) argument
5150 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce);
5152 status = psa_aead_set_nonce_internal(operation, nonce, nonce_length);