HomeSort by: relevance | last modified time | path
    Searched refs:ciphertype (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 78 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
440 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
450 OPENSSL_strlcpy((char *)sa.salg_type, ciphertype, sizeof(sa.salg_type));
577 int ciphertype; local
598 ciphertype = EVP_CIPHER_CTX_get_nid(ctx);
599 switch (ciphertype) {
607 ciphertype);
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 77 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
428 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type));
555 int ciphertype; local
576 ciphertype = EVP_CIPHER_CTX_get_nid(ctx);
577 switch (ciphertype) {
585 ciphertype);
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.c 74 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
361 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
371 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type));
497 int ciphertype; local
518 ciphertype = EVP_CIPHER_CTX_nid(ctx);
519 switch (ciphertype) {
527 ciphertype);

Completed in 24 milliseconds