Searched refs:AES_gcm_encrypt (Results 1 – 1 of 1) sorted by relevance
79 ResponseCode AES_gcm_encrypt(const uint8_t* in, uint8_t* out, size_t len, in AES_gcm_encrypt() function328 auto rc = AES_gcm_encrypt(rawBlob->value /* in */, rawBlob->value /* out */, dataLength, in writeBlob()