Home
last modified time | relevance | path

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 Dcipher_rc5_hw.c23 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 Dcipher_rc5_hw.c23 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 Drc5.h50 OSSL_DEPRECATEDIN_3_0 int RC5_32_set_key(RC5_32_KEY *key, int len,
/third_party/openssl/ohos_lite/include/openssl/
H A Drc5.h42 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
/third_party/openssl/include/openssl/
H A Drc5.h50 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 De_rc5.c81 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 De_rc5.c81 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 Drc5_skey.c19 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 Drc5_skey.c19 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 Drc5test.c190 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