Searched refs:aesGcmEncrypt (Results 1 – 2 of 2) sorted by relevance
337 ErrMsgOr<bytevec /* ciphertextWithTag */> aesGcmEncrypt(const bytevec& key, const bytevec& nonce,
460 auto ciphertext = aesGcmEncrypt(key, nonce, in createCoseEncryptCiphertext()703 ErrMsgOr<bytevec> aesGcmEncrypt(const bytevec& key, const bytevec& nonce, const bytevec& aad, in aesGcmEncrypt() function