Home
last modified time | relevance | path

Searched refs:drvcrypt_buf (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h28 struct drvcrypt_buf key; /* First key */
29 struct drvcrypt_buf nonce; /* Nonce */
41 struct drvcrypt_buf aad; /* Additional Authenticated Data buffer */
50 struct drvcrypt_buf src; /* Buffer source (message or cipher) */
51 struct drvcrypt_buf dst; /* Buffer destination (cipher or message) */
60 struct drvcrypt_buf src; /* Buffer source (message or cipher) */
61 struct drvcrypt_buf dst; /* Buffer destination (cipher or message) */
62 struct drvcrypt_buf tag; /* Tag buffer */
H A Ddrvcrypt_acipher.h39 struct drvcrypt_buf seed; /* Seed to generate mask */
40 struct drvcrypt_buf mask; /* Mask generated */
51 struct drvcrypt_buf message; /* Message to sign or signed */
52 struct drvcrypt_buf signature; /* Signature of the message */
68 struct drvcrypt_buf message; /* Message to encrypt or decrypted */
69 struct drvcrypt_buf cipher; /* Cipher encrypted or to decrypt */
70 struct drvcrypt_buf label; /* Additional Label (RSAES) */
124 struct drvcrypt_buf message; /* Message to sign or signed */
125 struct drvcrypt_buf signature; /* Signature of the message */
135 struct drvcrypt_buf secret; /* Shared secret */
[all …]
H A Ddrvcrypt_cipher.h28 struct drvcrypt_buf key1; /* First key */
29 struct drvcrypt_buf key2; /* Second key */
30 struct drvcrypt_buf iv; /* Initial vector */
40 struct drvcrypt_buf src; /* Buffer source (message or cipher) */
41 struct drvcrypt_buf dst; /* Buffer dest (message or cipher) */
H A Ddrvcrypt_math.h17 struct drvcrypt_buf n; /* Modulus N */
18 struct drvcrypt_buf a; /* Operand A */
19 struct drvcrypt_buf b; /* Operand B */
20 struct drvcrypt_buf result; /* Result of operation */
H A Ddrvcrypt.h42 struct drvcrypt_buf { struct
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.h50 struct drvcrypt_buf aad;
51 struct drvcrypt_buf src;
52 struct drvcrypt_buf dst;
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsassa.c34 struct drvcrypt_buf *EM) in emsa_pkcs1_v1_5_encode()
126 struct drvcrypt_buf *EM) in emsa_pkcs1_v1_5_encode_noasn1()
181 struct drvcrypt_buf EM = { }; in rsassa_pkcs1_v1_5_sign()
242 struct drvcrypt_buf EM = { }; in rsassa_pkcs1_v1_5_verify()
243 struct drvcrypt_buf EM_gen = { }; in rsassa_pkcs1_v1_5_verify()
323 size_t emBits, struct drvcrypt_buf *EM) in emsa_pss_encode()
327 struct drvcrypt_buf hash = { }; in emsa_pss_encode()
328 struct drvcrypt_buf dbMask = { }; in emsa_pss_encode()
329 struct drvcrypt_buf DB = { }; in emsa_pss_encode()
515 size_t emBits, struct drvcrypt_buf *EM) in emsa_pss_verify()
[all …]
/optee_os/core/drivers/crypto/caam/ae/
H A Dlocal.h85 TEE_Result caam_ae_do_update(struct caam_ae_ctx *ctx, struct drvcrypt_buf *src,
86 struct drvcrypt_buf *dst, bool last);
H A Dcaam_ae.c725 struct drvcrypt_buf *src, struct drvcrypt_buf *dst, in caam_ae_do_update()