Searched refs:mbedtls_padlock_xcryptcbc (Results 1 – 4 of 4) sorted by relevance
112 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx,
2121 #define padlock_xcryptcbc mbedtls_padlock_xcryptcbc
114 int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx, in mbedtls_padlock_xcryptcbc() function
1048 if( mbedtls_padlock_xcryptcbc( ctx, mode, length, iv, input, output ) == 0 ) in mbedtls_aes_crypt_cbc()
Completed in 18 milliseconds