Searched refs:algorithm_mac (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c543 switch (c->algorithm_mac)
729 !(c->algorithm_mac & disabled_mac) &&
812 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; local
827 if (algorithm_mac)
828 if ((algorithm_mac & mask_mac) == 0)
897 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
906 if (alg_mac && !(alg_mac & cp->algorithm_mac))
1175 if (ca_list[j]->algorithm_mac)
1179 alg_mac &= ca_list[j]->algorithm_mac;
[all...]
H A Dssl.h371 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st
/barrelfish-master/include/openssl/
H A Dssl.h371 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st

Completed in 170 milliseconds