Searched refs:EVP_RC2_KEY (Results 1 – 2 of 2) sorted by relevance
81 } EVP_RC2_KEY; typedef83 #define data(ctx) ((EVP_RC2_KEY *)(ctx)->cipher_data)85 IMPLEMENT_BLOCK_CIPHER(rc2, ks, RC2, EVP_RC2_KEY, NID_rc2,105 sizeof(EVP_RC2_KEY),120 sizeof(EVP_RC2_KEY),
365 } EVP_RC2_KEY; typedef369 EVP_RC2_KEY *rc2_key = (EVP_RC2_KEY *)ctx->cipher_data; in rc2_init_key()377 EVP_RC2_KEY *key = (EVP_RC2_KEY *)ctx->cipher_data; in rc2_cbc_cipher()393 EVP_RC2_KEY *key = (EVP_RC2_KEY *)ctx->cipher_data; in rc2_ctrl()410 sizeof(EVP_RC2_KEY),