Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Drsa.c109 size_t cipher_len, uint8_t *msg, in crypto_acipher_rsanopad_decrypt() argument
121 cipher, cipher_len); in crypto_acipher_rsanopad_decrypt()
135 rsa_data.cipher.length = cipher_len; in crypto_acipher_rsanopad_decrypt()
155 if (!key || !msg || !cipher_len) { in crypto_acipher_rsanopad_encrypt()
160 cipher, cipher_len ? *cipher_len : 0); in crypto_acipher_rsanopad_encrypt()
171 *cipher_len = rsa_data.key.n_size; in crypto_acipher_rsanopad_encrypt()
187 rsa_data.cipher.length = *cipher_len; in crypto_acipher_rsanopad_encrypt()
203 size_t cipher_len, uint8_t *msg, in crypto_acipher_rsaes_decrypt() argument
244 rsa_data.cipher.length = cipher_len; in crypto_acipher_rsaes_decrypt()
277 cipher, cipher_len ? *cipher_len : 0, in crypto_acipher_rsaes_encrypt()
[all …]

Completed in 2 milliseconds