Home
last modified time | relevance | path

Searched defs:out (Results 26 – 50 of 222) sorted by relevance

123456789

/optee_os/core/lib/libtomcrypt/src/pk/x25519/
H A Dx25519_export.c20 int x25519_export( unsigned char *out, unsigned long *outlen, in x25519_export()
H A Dx25519_shared_secret.c22 unsigned char *out, unsigned long *outlen) in x25519_shared_secret()
/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_export.c20 int ed25519_export( unsigned char *out, unsigned long *outlen, in ed25519_export()
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_i2osp.c23 int pkcs_1_i2osp(void *n, unsigned long modulus_len, unsigned char *out) in pkcs_1_i2osp()
/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
H A Dxcbc_done.c18 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen) in xcbc_done()
H A Dxcbc_file.c25 unsigned char *out, unsigned long *outlen) in xcbc_file()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_encode_asn1_length.c18 int der_encode_asn1_length(unsigned long len, unsigned char *out, unsigned long *outlen) in der_encode_asn1_length()
H A Dder_encode_asn1_identifier.c18 int der_encode_asn1_identifier(const ltc_asn1_list *id, unsigned char *out, unsigned long *outlen) in der_encode_asn1_identifier()
/optee_os/core/lib/libtomcrypt/src/mac/pmac/
H A Dpmac_done.c12 int pmac_done(pmac_state *pmac, unsigned char *out, unsigned long *outlen) in pmac_done()
H A Dpmac_file.c25 unsigned char *out, unsigned long *outlen) in pmac_file()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_int_xor_blocks.c19 void ocb3_int_xor_blocks(unsigned char *out, const unsigned char *block_a, const unsigned char *blo… in ocb3_int_xor_blocks()
/optee_os/core/lib/libtomcrypt/src/mac/f9/
H A Df9_done.c18 int f9_done(f9_state *f9, unsigned char *out, unsigned long *outlen) in f9_done()
H A Df9_file.c25 unsigned char *out, unsigned long *outlen) in f9_file()
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_export_key.c16 int dh_export_key(void *out, unsigned long *outlen, int type, const dh_key *key) in dh_export_key()
H A Ddh_shared_secret.c17 unsigned char *out, unsigned long *outlen) in dh_shared_secret()
H A Ddh_export.c16 int dh_export(unsigned char *out, unsigned long *outlen, int type, const dh_key *key) in dh_export()
/optee_os/core/lib/libtomcrypt/src/mac/omac/
H A Domac_file.c25 unsigned char *out, unsigned long *outlen) in omac_file()
H A Domac_done.c19 int omac_done(omac_state *omac, unsigned char *out, unsigned long *outlen) in omac_done()
/optee_os/core/arch/arm/plat-hisilicon/
H A Dhi3519av100_plat_init.S82 out: label
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
H A Dhash_file.c18 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) in hash_file()
H A Dhash_memory.c20 int hash_memory(int hash, const unsigned char *in, unsigned long inlen, unsigned char *out, unsigne… in hash_memory()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_file.c24 unsigned char *out, unsigned long *outlen) in hmac_file()
/optee_os/core/lib/libtomcrypt/src/mac/pelican/
H A Dpelican_memory.c23 unsigned char *out) in pelican_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/
H A Dchacha20poly1305_decrypt.c16 …crypt(chacha20poly1305_state *st, const unsigned char *in, unsigned long inlen, unsigned char *out) in chacha20poly1305_decrypt()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_export.c21 int ecc_export(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key) in ecc_export()

123456789