Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.c112 struct drvcrypt_rsa_ed *rsa_data) in mgf_process()
208 struct drvcrypt_rsa_ed *rsa_data) in hpre_rsa_encrypt_bn2bin()
246 struct drvcrypt_rsa_ed *rsa_data) in hpre_rsa_encrypt_init()
270 static TEE_Result rsa_nopad_encrypt(struct drvcrypt_rsa_ed *rsa_data) in rsa_nopad_encrypt()
319 static TEE_Result rsaes_pkcs_v1_5_encode(struct drvcrypt_rsa_ed *rsa_data, in rsaes_pkcs_v1_5_encode()
349 static TEE_Result rsa_pkcs_encrypt(struct drvcrypt_rsa_ed *rsa_data) in rsa_pkcs_encrypt()
352 struct drvcrypt_rsa_ed rsa_enc_info = *rsa_data; in rsa_pkcs_encrypt()
383 static TEE_Result rsa_oaep_fill_db(struct drvcrypt_rsa_ed *rsa_data, in rsa_oaep_fill_db()
408 static TEE_Result rsa_oaep_fill_maskdb(struct drvcrypt_rsa_ed *rsa_data, in rsa_oaep_fill_maskdb()
428 static TEE_Result rsa_oaep_fill_maskseed(struct drvcrypt_rsa_ed *rsa_data, in rsa_oaep_fill_maskseed()
[all …]
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_acipher.h62 struct drvcrypt_rsa_ed { struct
95 TEE_Result (*encrypt)(struct drvcrypt_rsa_ed *rsa_data); argument
97 TEE_Result (*decrypt)(struct drvcrypt_rsa_ed *rsa_data);
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsa.c114 struct drvcrypt_rsa_ed rsa_data = { }; in crypto_acipher_rsanopad_decrypt()
153 struct drvcrypt_rsa_ed rsa_data = { }; in crypto_acipher_rsanopad_encrypt()
209 struct drvcrypt_rsa_ed rsa_data = { }; in crypto_acipher_rsaes_decrypt()
277 struct drvcrypt_rsa_ed rsa_data = { }; in crypto_acipher_rsaes_encrypt()
H A Drsassa.c182 struct drvcrypt_rsa_ed rsa_data = { }; in rsassa_pkcs1_v1_5_sign()
244 struct drvcrypt_rsa_ed rsa_data = { }; in rsassa_pkcs1_v1_5_verify()
736 struct drvcrypt_rsa_ed rsa_data = { }; in rsassa_pss_sign()
811 struct drvcrypt_rsa_ed rsa_data = { }; in rsassa_pss_verify()
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_rsa.c58 static TEE_Result do_caam_encrypt(struct drvcrypt_rsa_ed *rsa_data,
60 static TEE_Result do_caam_decrypt(struct drvcrypt_rsa_ed *rsa_data,
769 static TEE_Result do_oaep_decoding(struct drvcrypt_rsa_ed *rsa_data) in do_oaep_decoding()
784 struct drvcrypt_rsa_ed dec_data = { }; in do_oaep_decoding()
1019 static TEE_Result do_oaep_encoding(struct drvcrypt_rsa_ed *rsa_data) in do_oaep_encoding()
1033 struct drvcrypt_rsa_ed enc_data = { }; in do_oaep_encoding()
1225 static TEE_Result do_caam_encrypt(struct drvcrypt_rsa_ed *rsa_data, in do_caam_encrypt()
1357 static TEE_Result do_caam_decrypt(struct drvcrypt_rsa_ed *rsa_data, in do_caam_decrypt()
1627 static TEE_Result do_encrypt(struct drvcrypt_rsa_ed *rsa_data) in do_encrypt()
1658 static TEE_Result do_decrypt(struct drvcrypt_rsa_ed *rsa_data) in do_decrypt()
/optee_os/core/drivers/crypto/versal/
H A Drsa.c29 static TEE_Result do_encrypt(struct drvcrypt_rsa_ed *rsa_data) in do_encrypt()
120 static TEE_Result do_decrypt(struct drvcrypt_rsa_ed *rsa_data) in do_decrypt()
/optee_os/core/drivers/crypto/se050/core/
H A Drsa.c668 static TEE_Result encrypt_fallback(struct drvcrypt_rsa_ed *p) in encrypt_fallback()
700 static TEE_Result do_encrypt(struct drvcrypt_rsa_ed *rsa_data) in do_encrypt()
742 static TEE_Result decrypt_fallback(struct drvcrypt_rsa_ed *p) in decrypt_fallback()
777 static TEE_Result do_decrypt(struct drvcrypt_rsa_ed *rsa_data) in do_decrypt()