Lines Matching refs:algo
31 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo);
39 TEE_Result crypto_cipher_alloc_ctx(void **ctx, uint32_t algo);
48 TEE_Result crypto_cipher_get_block_size(uint32_t algo, size_t *size);
53 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
61 TEE_Result crypto_authenc_alloc_ctx(void **ctx, uint32_t algo);
262 TEE_Result crypto_acipher_rsaes_decrypt(uint32_t algo, struct rsa_keypair *key,
267 TEE_Result crypto_acipher_rsaes_encrypt(uint32_t algo,
274 TEE_Result crypto_acipher_rsassa_sign(uint32_t algo, struct rsa_keypair *key,
278 TEE_Result crypto_acipher_rsassa_verify(uint32_t algo,
283 TEE_Result crypto_acipher_dsa_sign(uint32_t algo, struct dsa_keypair *key,
286 TEE_Result crypto_acipher_dsa_verify(uint32_t algo, struct dsa_public_key *key,
289 TEE_Result crypto_acipher_ecc_sign(uint32_t algo, struct ecc_keypair *key,
292 TEE_Result crypto_acipher_ecc_verify(uint32_t algo, struct ecc_public_key *key,