Searched refs:ciph (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c154 struct ciphdr *ciph; local
213 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
214 if (ciph->fmt != CIP_FMT_MPEG)
215 errx(1, "unknown format 0x%x", ciph->fmt);
216 if (ciph->fn != 3) {
219 ciph->fn);
221 ptr = (uint32_t *) (ciph + 1); /* skip cip header */
234 ciph->len, ciph->len * 4);
237 ciph
[all...]
H A Dfwdv.c100 struct ciphdr *ciph; local
175 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
176 if (ciph->fmt != CIP_FMT_DVCR)
177 errx(1, "unknown format 0x%x", ciph->fmt);
178 ptr = (u_int32_t *) (ciph + 1); /* skip cip header */
180 if (ciph->fdf.dv.cyc != 0xffff && k == 0) {
181 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc));
188 (char *)dv < (char *)(ptr + ciph->len);
196 system = ciph->fdf.dv.fs;
267 struct ciphdr *ciph; local
[all...]
H A Dfwcontrol.c672 struct ciphdr *ciph; local
709 ciph = (struct ciphdr *)(ptr + 1);
711 switch(ciph->fmt) {
721 errx(1, "Unsupported format for receiving: fmt=0x%x", ciph->fmt);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c74 const EVP_CIPHER *ciph; local
95 ciph = ec->cipher;
102 ciph = EVP_get_cipherbyobj(calg->algorithm);
104 if (!ciph) {
110 if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) {
234 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, argument
242 if (ciph) {
255 return cms_EncryptedContent_init(ec, ciph, key, keylen);
H A Dcms_env.c437 const EVP_CIPHER *ciph = EVP_get_cipherbyobj(calg->algorithm); local
439 if (ciph == NULL) {
444 fixlen = EVP_CIPHER_key_length(ciph);
H A Dcms.h170 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dnames.c149 void (*fn) (const EVP_CIPHER *ciph,
162 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, argument
172 void EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph, argument
184 void (*fn) (const EVP_MD *ciph,
H A Devp.h929 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph,
933 (const EVP_CIPHER *ciph, const char *from,
936 void EVP_MD_do_all(void (*fn) (const EVP_MD *ciph,
940 (const EVP_MD *ciph, const char *from,
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c365 const SSL_CIPHER *ciph = ssl3_get_cipher(u); local
367 if (ciph != NULL) {
368 if (ciph->algorithm_enc == SSL_RC4)
372 return ciph;
H A Dssltest.c918 const SSL_CIPHER *ciph; local
921 ciph = SSL_get_current_cipher(c_ssl);
925 SSL_CIPHER_get_version(ciph), SSL_CIPHER_get_name(ciph));
H A Dssl_locl.h774 # define ssl_put_cipher_by_char(ssl,ciph,ptr) \
775 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))

Completed in 114 milliseconds