Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dblowfish.c210 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_ecb() function
268 mbedtls_blowfish_crypt_ecb( ctx, mode, input, output ); in mbedtls_blowfish_crypt_cbc()
287 mbedtls_blowfish_crypt_ecb( ctx, mode, output, output ); in mbedtls_blowfish_crypt_cbc()
332 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, iv, iv ); in mbedtls_blowfish_crypt_cfb64()
346 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, iv, iv ); in mbedtls_blowfish_crypt_cfb64()
388 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, nonce_counter, in mbedtls_blowfish_crypt_ctr()
A Dcipher_wrap.c1723 return mbedtls_blowfish_crypt_ecb( (mbedtls_blowfish_context *) ctx, operation, input, in blowfish_crypt_ecb_wrap()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dblowfish.h128 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx,
A Dcompat-1.3.h1775 #define blowfish_crypt_ecb mbedtls_blowfish_crypt_ecb

Completed in 19 milliseconds