Searched refs:cname (Results 1 – 2 of 2) sorted by relevance
348 context_v2_alloc_cipher(struct krb5_ctx *ctx, const char *cname, u8 *key) in context_v2_alloc_cipher() argument352 cp = crypto_alloc_blkcipher(cname, 0, CRYPTO_ALG_ASYNC); in context_v2_alloc_cipher()355 "crypto algorithm %s\n", cname); in context_v2_alloc_cipher()360 "crypto algorithm %s\n", cname); in context_v2_alloc_cipher()
446 else if (hdr->cname && limit - dptr >= hdr->clen + 1 && in ct_sip_get_header()447 strnicmp(dptr, hdr->cname, hdr->clen) == 0 && in ct_sip_get_header()