Home
last modified time | relevance | path

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

/openssl/engines/
H A De_afalg.c77 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
427 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key()
440 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk()
485 static int afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in, in afalg_start_cipher_sk()
579 afalg_ctx *actx; in afalg_cipher_init()
649 afalg_ctx *actx; in afalg_do_cipher()
659 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher()
699 afalg_ctx *actx; in afalg_cipher_cleanup()
707 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
762 sizeof(afalg_ctx)))) { in afalg_aes_cbc()
H A De_afalg.h94 typedef struct afalg_ctx_st afalg_ctx; typedef

Completed in 7 milliseconds