Searched defs:sk (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | des.h | 69 uint32_t sk[32]; /*!< DES subkeys */ member 78 uint32_t sk[96]; /*!< 3DES subkeys */ member
|
/optee_os-3.20.0/core/crypto/ |
A D | sm4.h | 16 uint32_t sk[32]; /* SM4 subkeys */ member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | des.c | 528 uint32_t sk[96]; in mbedtls_des3_set2key_enc() local 542 uint32_t sk[96]; in mbedtls_des3_set2key_dec() local 579 uint32_t sk[96]; in mbedtls_des3_set3key_enc() local 593 uint32_t sk[96]; in mbedtls_des3_set3key_dec() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 310 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() 383 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-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | multi2.c | 116 ulong32 sk[8], dk[2]; in multi2_setup() local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 3374 struct tee_cryp_obj_secret *sk = NULL; in syscall_cryp_derive_key() local
|
Completed in 14 milliseconds