Searched refs:ciphertype (Results 1 – 1 of 1) sorted by relevance
77 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() argument428 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type)); in afalg_create_sk()555 int ciphertype; in afalg_cipher_init() local576 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