Searched refs:cbc_start (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/cbc/ |
A D | sub.mk | 6 srcs-y += cbc_start.c
|
A D | cbc_start.c | 22 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key, in cbc_start() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pbes/ |
A D | pbes.c | 54 if ((err = cbc_start(cid, iv, k, keylen, 0, &cbc)) != CRYPT_OK) goto LBL_ERROR; in pbes_decrypt()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | cbc.c | 56 if (cbc_start(c->cipher_idx, iv, k, kl, 0, &c->state) == CRYPT_OK) in ltc_cbc_init()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 904 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key,
|
Completed in 7 milliseconds