Home
last modified time | relevance | path

Searched refs:TEE_ERROR_NOT_IMPLEMENTED (Results 1 – 25 of 45) sorted by relevance

12

/optee_os/core/crypto/
A Dcrypto.c28 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_hash_alloc_ctx()
147 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_cipher_alloc_ctx()
458 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_bignum_bin2bn()
522 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_keypair()
529 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_public_key()
543 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_rsa_key()
552 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_decrypt()
561 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_encrypt()
573 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsaes_decrypt()
585 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsaes_encrypt()
[all …]
/optee_os/core/drivers/crypto/crypto_api/acipher/
A Ddsa.c30 return TEE_ERROR_NOT_IMPLEMENTED; in get_keys_size()
40 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_keypair()
57 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_keypair()
68 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_public_key()
85 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dsa_public_key()
95 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dsa_key()
112 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dsa_key()
172 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_sign()
223 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_verify()
A Drsa.c18 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_keypair()
40 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_public_key()
86 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_rsa_key()
110 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_decrypt()
149 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_encrypt()
405 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign()
409 if (ret == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_rsassa_sign()
415 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign()
481 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_verify()
485 if (ret == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_rsassa_verify()
[all …]
A Decc.c99 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_generate_keypair()
184 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_sign()
244 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_verify()
312 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_shared_secret()
329 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_keypair()
366 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_public_key()
A Ddh.c15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_dh_keypair()
36 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_dh_key()
91 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dh_shared_secret()
A Drsassa.c209 ret = TEE_ERROR_NOT_IMPLEMENTED; in rsassa_pkcs1_v1_5_sign()
278 ret = TEE_ERROR_NOT_IMPLEMENTED; in rsassa_pkcs1_v1_5_verify()
780 ret = TEE_ERROR_NOT_IMPLEMENTED; in rsassa_pss_sign()
846 ret = TEE_ERROR_NOT_IMPLEMENTED; in rsassa_pss_verify()
/optee_os/core/include/crypto/
A Dcrypto_impl.h35 { return TEE_ERROR_NOT_IMPLEMENTED; }
277 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_hash_alloc_ctx()
289 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_cipher_alloc_ctx()
301 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_mac_alloc_ctx()
314 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_authenc_alloc_ctx()
370 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
378 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
395 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_public_key()
403 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_keypair()
/optee_os/core/lib/libtomcrypt/
A Dacipher_helpers.h68 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_dsa_sign()
76 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_dsa_verify()
94 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_pke_decrypt()
102 return TEE_ERROR_NOT_IMPLEMENTED; in sm2_ltc_pke_encrypt()
A Decc.c404 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
410 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
416 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
421 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
455 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
461 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
467 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
472 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
A Ddsa.c116 res = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_sign()
183 res = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_dsa_verify()
/optee_os/lib/libmbedtls/core/
A Decc.c381 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
387 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
393 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
398 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair()
452 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
458 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
464 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
469 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
/optee_os/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c81 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_init()
121 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_update_aad()
156 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_update_payload()
202 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_enc_final()
250 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in authenc_dec_final()
308 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_authenc_alloc_ctx()
/optee_os/core/pta/
A Dapdu.c54 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
80 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
A Dscp03.c38 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
A Dhwrng.c72 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
A Ddevice.c92 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
/optee_os/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c79 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in cipher_init()
121 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in cipher_update()
175 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_cipher_alloc_ctx()
/optee_os/core/drivers/crypto/se050/core/
A Drsa.c637 return TEE_ERROR_NOT_IMPLEMENTED; in do_encrypt()
650 return TEE_ERROR_NOT_IMPLEMENTED; in do_encrypt()
675 return TEE_ERROR_NOT_IMPLEMENTED; in do_decrypt()
688 return TEE_ERROR_NOT_IMPLEMENTED; in do_decrypt()
701 return TEE_ERROR_NOT_IMPLEMENTED; in do_ssa_sign()
705 return TEE_ERROR_NOT_IMPLEMENTED; in do_ssa_sign()
729 return TEE_ERROR_NOT_IMPLEMENTED; in do_ssa_verify()
733 return TEE_ERROR_NOT_IMPLEMENTED; in do_ssa_verify()
A Dcipher.c66 return TEE_ERROR_NOT_IMPLEMENTED; in do_allocate()
/optee_os/core/drivers/crypto/se050/core/include/
A Dse050_cipher_algorithms.h17 return TEE_ERROR_NOT_IMPLEMENTED; in se050_aes_ctr_allocate()
/optee_os/core/drivers/crypto/crypto_api/hash/
A Dhash.c15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_hash_alloc_ctx()
/optee_os/core/drivers/crypto/crypto_api/mac/
A Dmac.c15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_mac_alloc_ctx()
/optee_os/core/pta/bcm/
A Dsotp.c49 return TEE_ERROR_NOT_IMPLEMENTED; in pta_sotp_write()
/optee_os/core/drivers/
A Dzynqmp_csu_aes.c288 return TEE_ERROR_NOT_IMPLEMENTED; in zynqmp_csu_aes_decrypt_data()
340 return TEE_ERROR_NOT_IMPLEMENTED; in zynqmp_csu_aes_encrypt_data()
A Dzynqmp_pm.c140 return TEE_ERROR_NOT_IMPLEMENTED; in efuse_op()

Completed in 54 milliseconds

12