Home
last modified time | relevance | path

Searched refs:KEY_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DKEYAgreement.java19 import static com.mindspore.flclient.LocalFLParameter.KEY_LEN;
49 byte[] privateKey = new byte[KEY_LEN]; in generatePrivateKey()
65 byte[] publicKey = new byte[KEY_LEN]; in generatePublicKey()
86 byte[] secret = new byte[KEY_LEN]; in keyAgreement()
DAESEncrypt.java20 import static com.mindspore.flclient.LocalFLParameter.KEY_LEN;
71 if (key.length != KEY_LEN) { in AESEncrypt()
/third_party/mindspore/mindspore/ccsrc/fl/armour/secure_protocol/
Dkey_agreement.h27 #define KEY_LEN 32 macro
Dkey_agreement.cc85 if (key_len != KEY_LEN || exchangeKey == nullptr) {
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DLocalFLParameter.java51 public static final int KEY_LEN = X25519.SCALAR_SIZE; field in LocalFLParameter
/third_party/mbedtls/library/
Drsa.c2310 #define KEY_LEN 128 macro
2379 unsigned char rsa_ciphertext[KEY_LEN]; in mbedtls_rsa_self_test()