Searched refs:RC2_set_key (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc2.h39 #define RC2_set_key hc_RC2_set_key macro
63 void RC2_set_key(RC2_KEY *, int, const unsigned char *,int);
H A Drc2test.c131 RC2_set_key(&key, tests[i].keylen, tests[i].key, tests[i].bitsize);
148 RC2_set_key(&key, 16, cbc_key, 0);
H A Devp-hcrypto.c555 RC2_set_key(&k->key,
H A Drc2.c82 RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drc2.h32 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_rc2_hw.c24 RC2_set_key(ks, (int)ctx->keylen, key, (int)rctx->key_bits);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drc2.h40 OSSL_DEPRECATEDIN_3_0 void RC2_set_key(RC2_KEY *key, int len,
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Drc2test.c47 RC2_set_key(&key, 16, &(RC2key[n][0]), 0 /* or 1024 */ );
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Drc2test.c53 RC2_set_key(&key, 16, &(RC2key[n][0]), 0 /* or 1024 */ );
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_rc2.c86 RC2_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_rc2.c95 RC2_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_get_key_length(ctx),
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A Drc2_skey.c49 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_skey.c55 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1901 RC2_set_key(&rc2_ks, 16, key16, 128);

Completed in 169 milliseconds