Searched refs:RC5_32_set_key (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc5_hw.c | 23 return RC5_32_set_key(&rctx->ks.ks, keylen, key, rctx->rounds); in cipher_hw_rc5_initkey()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc5_hw.c | 23 return RC5_32_set_key(&rctx->ks.ks, keylen, key, rctx->rounds); in cipher_hw_rc5_initkey()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rc5.h | 50 OSSL_DEPRECATEDIN_3_0 int RC5_32_set_key(RC5_32_KEY *key, int len,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rc5.h | 42 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
|
/third_party/openssl/include/openssl/ |
H A D | rc5.h | 50 OSSL_DEPRECATEDIN_3_0 int RC5_32_set_key(RC5_32_KEY *key, int len,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_rc5.c | 81 return RC5_32_set_key(&data(ctx)->ks, key_len, key, data(ctx)->rounds); in r_32_12_16_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_rc5.c | 81 return RC5_32_set_key(&data(ctx)->ks, key_len, key, data(ctx)->rounds); in r_32_12_16_init_key()
|
/third_party/node/deps/openssl/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 19 int RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, in RC5_32_set_key() function
|
/third_party/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 19 int RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, in RC5_32_set_key() function
|
/third_party/openssl/test/ |
H A D | rc5test.c | 190 if (!TEST_true(RC5_32_set_key(&key, 16, &RC5key[n][0], 12))) in test_rc5_ecb() 213 if (!TEST_true(RC5_32_set_key(&key, rc5_cbc_key[n][0], in test_rc5_cbc()
|
Completed in 4 milliseconds