/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 28 if (res == TEE_ERROR_NOT_IMPLEMENTED) { in crypto_hash_alloc_ctx() 150 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_cipher_alloc_ctx() 461 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_bignum_bin2bn() 525 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_keypair() 532 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_public_key() 546 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_rsa_key() 555 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_decrypt() 564 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_encrypt() 576 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsaes_decrypt() 588 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsaes_encrypt() [all …]
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dsa.c | 30 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 D | rsa.c | 20 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_keypair() 42 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_alloc_rsa_public_key() 88 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_gen_rsa_key() 112 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_decrypt() 151 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsanopad_encrypt() 409 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign() 413 if (ret == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_rsassa_sign() 419 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_sign() 487 ret = TEE_ERROR_NOT_IMPLEMENTED; in crypto_acipher_rsassa_verify() 491 if (ret == TEE_ERROR_NOT_IMPLEMENTED) in crypto_acipher_rsassa_verify() [all …]
|
A D | dh.c | 15 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 D | ecc.c | 122 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_generate_keypair() 207 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_sign() 267 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_verify() 335 ret = TEE_ERROR_NOT_IMPLEMENTED; in ecc_shared_secret() 352 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_keypair() 389 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_public_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | acipher_helpers.h | 68 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 D | ecc.c | 433 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 440 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 447 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 453 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 511 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 518 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 525 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 531 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | ecc.c | 180 return TEE_ERROR_NOT_IMPLEMENTED; in ecc_get_key_size() 184 return TEE_ERROR_NOT_IMPLEMENTED; in ecc_get_key_size() 187 return TEE_ERROR_NOT_IMPLEMENTED; in ecc_get_key_size() 393 return TEE_ERROR_NOT_IMPLEMENTED; in gen_fallback() 406 return TEE_ERROR_NOT_IMPLEMENTED; in shared_secret_fallback() 409 return TEE_ERROR_NOT_IMPLEMENTED; in shared_secret_fallback() 413 return TEE_ERROR_NOT_IMPLEMENTED; in shared_secret_fallback() 425 return TEE_ERROR_NOT_IMPLEMENTED; in verify_fallback() 436 return TEE_ERROR_NOT_IMPLEMENTED; in sign_fallback() 439 return TEE_ERROR_NOT_IMPLEMENTED; in sign_fallback() [all …]
|
A D | rsa.c | 615 return TEE_ERROR_NOT_IMPLEMENTED; in do_gen_keypair() 671 return TEE_ERROR_NOT_IMPLEMENTED; in encrypt_fallback() 743 return TEE_ERROR_NOT_IMPLEMENTED; in decrypt_fallback() 746 return TEE_ERROR_NOT_IMPLEMENTED; in decrypt_fallback() 815 return TEE_ERROR_NOT_IMPLEMENTED; in do_decrypt() 821 return TEE_ERROR_NOT_IMPLEMENTED; in sign_ssa_fallback() 824 return TEE_ERROR_NOT_IMPLEMENTED; in sign_ssa_fallback() 873 return TEE_ERROR_NOT_IMPLEMENTED; in verify_ssa_fallback()
|
A D | cipher.c | 66 return TEE_ERROR_NOT_IMPLEMENTED; in do_allocate()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/ |
A D | authenc.c | 81 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-3.20.0/core/include/crypto/ |
A D | crypto_impl.h | 35 { return TEE_ERROR_NOT_IMPLEMENTED; } 283 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_hash_alloc_ctx() 295 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_cipher_alloc_ctx() 307 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_mac_alloc_ctx() 320 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_authenc_alloc_ctx() 382 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 402 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 419 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_public_key() 427 return TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_asym_alloc_ecc_keypair()
|
/optee_os-3.20.0/core/pta/ |
A D | apdu.c | 54 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in invoke_command() 80 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
|
A D | scp03.c | 38 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
|
A D | hwrng.c | 74 return TEE_ERROR_NOT_IMPLEMENTED; in invoke_command()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | imx_snvs.h | 24 return TEE_ERROR_NOT_IMPLEMENTED; in imx_snvs_set_master_otpmk()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/include/ |
A D | se050_cipher_algorithms.h | 17 return TEE_ERROR_NOT_IMPLEMENTED; in se050_aes_ctr_allocate()
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | ecc.c | 451 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 458 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 465 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 471 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_keypair() 551 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 558 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 565 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key() 571 return TEE_ERROR_NOT_IMPLEMENTED; in crypto_asym_alloc_ecc_public_key()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/hash/ |
A D | hash.c | 15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_hash_alloc_ctx()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/ |
A D | cipher.c | 78 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in cipher_init() 120 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in cipher_update() 174 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_cipher_alloc_ctx()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/mac/ |
A D | mac.c | 15 TEE_Result ret = TEE_ERROR_NOT_IMPLEMENTED; in drvcrypt_mac_alloc_ctx()
|
/optee_os-3.20.0/core/drivers/imx/mu/ |
A D | imx_mu.c | 26 return TEE_ERROR_NOT_IMPLEMENTED; in imx_mu_plat_send() 33 return TEE_ERROR_NOT_IMPLEMENTED; in imx_mu_plat_receive()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | dt_driver.h | 167 return TEE_ERROR_NOT_IMPLEMENTED; in dt_driver_test_status()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | core_mmu.c | 92 return TEE_ERROR_NOT_IMPLEMENTED; in cache_op_inner() 127 ret = TEE_ERROR_NOT_IMPLEMENTED; in cache_op_outer()
|
/optee_os-3.20.0/core/pta/bcm/ |
A D | sotp.c | 64 return TEE_ERROR_NOT_IMPLEMENTED; in pta_sotp_write()
|