Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_afalg.c77 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
405 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key()
418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk()
463 static int afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in, in afalg_start_cipher_sk()
557 afalg_ctx *actx; in afalg_cipher_init()
627 afalg_ctx *actx; in afalg_do_cipher()
637 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher()
677 afalg_ctx *actx; in afalg_cipher_cleanup()
685 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
740 sizeof(afalg_ctx)))) { in afalg_aes_cbc()
H A De_afalg.h94 typedef struct afalg_ctx_st afalg_ctx; typedef