Searched refs:cipher_len (Results 1 – 1 of 1) sorted by relevance
109 size_t cipher_len, uint8_t *msg, in crypto_acipher_rsanopad_decrypt() argument121 cipher, cipher_len); in crypto_acipher_rsanopad_decrypt()135 rsa_data.cipher.length = cipher_len; in crypto_acipher_rsanopad_decrypt()149 uint8_t *cipher, size_t *cipher_len) in crypto_acipher_rsanopad_encrypt() argument155 if (!key || !msg || !cipher_len) { in crypto_acipher_rsanopad_encrypt()160 cipher, cipher_len ? *cipher_len : 0); in crypto_acipher_rsanopad_encrypt()168 if (rsa_data.key.n_size > *cipher_len) { in crypto_acipher_rsanopad_encrypt()170 *cipher_len, rsa_data.key.n_size); 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()[all …]