Home
last modified time | relevance | path

Searched refs:GetAesEcbNoPaddingCtx (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_aes.c1294 static mbedtls_cipher_context_t *GetAesEcbNoPaddingCtx(void *cryptoCtx, const struct HksBlob *messa… in GetAesEcbNoPaddingCtx() function
1333 …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()