Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/crypto/
H A Dsm4.h16 uint32_t sk[32]; /* SM4 subkeys */ member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddes.c518 uint32_t sk[96]; in mbedtls_des3_set2key_enc() local
532 uint32_t sk[96]; in mbedtls_des3_set2key_dec() local
568 uint32_t sk[96]; in mbedtls_des3_set3key_enc() local
582 uint32_t sk[96]; in mbedtls_des3_set3key_dec() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c310 int tweetnacl_crypto_sk_to_pk(u8 *pk, const u8 *sk) in tweetnacl_crypto_sk_to_pk()
325 int tweetnacl_crypto_sign_keypair(prng_state *prng, int wprng, u8 *pk, u8 *sk) in tweetnacl_crypto_sign_keypair()
384 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk, const u… in tweetnacl_crypto_sign()
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dmulti2.c116 ulong32 sk[8], dk[2]; in multi2_setup() local
/optee_os/core/tee/
H A Dtee_svc_cryp.c3694 struct tee_cryp_obj_secret *sk = NULL; in syscall_cryp_derive_key() local