Searched refs:ciphertype (Results 1 – 1 of 1) sorted by relevance
77 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,440 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk() argument450 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type)); in afalg_create_sk()577 int ciphertype; in afalg_cipher_init() local598 ciphertype = EVP_CIPHER_CTX_get_nid(ctx); in afalg_cipher_init()599 switch (ciphertype) { in afalg_cipher_init()607 ciphertype); in afalg_cipher_init()
Completed in 6 milliseconds