Searched refs:GetAesEcbNoPaddingCtx (Results 1 – 1 of 1) sorted by relevance
1294 static mbedtls_cipher_context_t *GetAesEcbNoPaddingCtx(void *cryptoCtx, const struct HksBlob *messa… in GetAesEcbNoPaddingCtx() function1333 …HKS_IF_NULL_RETURN(GetAesEcbNoPaddingCtx(cryptoCtx, message, cipherText, &olenTotal), HKS_ERROR_NU… in AesEcbNoPaddingCryptUpdate()1343 …mbedtls_cipher_context_t *ecbNoPadingctx = GetAesEcbNoPaddingCtx(*cryptoCtx, message, cipherText, … in AesEcbNoPaddingCryptFinal()