Searched refs:drvcrypt_buf (Results 1 – 7 of 7) sorted by relevance
28 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 */
28 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) */
17 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 */
39 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) */122 struct drvcrypt_buf message; /* Message to sign or signed */123 struct drvcrypt_buf signature; /* Signature of the message */133 struct drvcrypt_buf secret; /* Shared secret */
42 struct drvcrypt_buf { struct
34 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()322 struct drvcrypt_buf hash = { }; in emsa_pss_encode()323 struct drvcrypt_buf dbMask = { }; in emsa_pss_encode()324 struct drvcrypt_buf DB = { }; in emsa_pss_encode()514 struct drvcrypt_buf hash = { }; in emsa_pss_verify()729 struct drvcrypt_buf EM = { }; in rsassa_pss_sign()[all …]
126 struct drvcrypt_buf *src) in copy_ctx_data()388 struct drvcrypt_buf key1 = { in caam_cipher_copy_state()396 struct drvcrypt_buf key2 = { in caam_cipher_copy_state()404 struct drvcrypt_buf ctx = { in caam_cipher_copy_state()413 struct drvcrypt_buf tweak = { in caam_cipher_copy_state()
Completed in 9 milliseconds