Home
last modified time | relevance | path

Searched refs:EVP_RC2_KEY (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/evp/
De_rc2.c81 } EVP_RC2_KEY; typedef
83 #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),
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
De_rc2.c365 } EVP_RC2_KEY; typedef
369 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),