Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_afalg.c77 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk() argument
428 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type)); in afalg_create_sk()
555 int ciphertype; in afalg_cipher_init() local
576 ciphertype = EVP_CIPHER_CTX_get_nid(ctx); in afalg_cipher_init()
577 switch (ciphertype) { in afalg_cipher_init()
585 ciphertype); in afalg_cipher_init()

Completed in 4 milliseconds