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()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() argument244 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 3 milliseconds