Searched defs:modulus (Results 1 - 7 of 7) sorted by last modified time

/drivers/s390/crypto/
H A Dzcrypt_cca_key.h68 unsigned char modulus[128]; member in struct:cca_private_ext_ME_sec
75 * In a private key, the modulus doesn't appear in the public
97 * and modulus, in that order, where pad_len is the modulo 8
176 * In a private key, the modulus doesn't appear in the public
188 /* modulus */
189 temp = key->pvtMeSec.modulus +
190 sizeof(key->pvtMeSec.modulus) - mex->inputdatalength;
243 /* modulus */
340 * In a private key, the modulus doesn't appear in the public
H A Dzcrypt_cex2a.h57 /* Mod-Exp, with a small modulus */
63 unsigned char modulus[128]; member in struct:type50_meb1_msg
67 /* Mod-Exp, with a large modulus */
73 unsigned char modulus[256]; member in struct:type50_meb2_msg
77 /* Mod-Exp, with a larger modulus */
83 unsigned char modulus[512]; member in struct:type50_meb3_msg
87 /* CRT, with a small modulus */
100 /* CRT, with a large modulus */
113 /* CRT, with a larger modulus */
H A Dzcrypt_msgtype50.c47 #define CEX3A_MAX_RESPONSE_SIZE 0x210 /* 512 bit modulus
87 /* Mod-Exp, with a small modulus */
93 unsigned char modulus[128]; member in struct:type50_meb1_msg
97 /* Mod-Exp, with a large modulus */
103 unsigned char modulus[256]; member in struct:type50_meb2_msg
107 /* Mod-Exp, with a larger modulus */
113 unsigned char modulus[512]; member in struct:type50_meb3_msg
117 /* CRT, with a small modulus */
130 /* CRT, with a large modulus */
143 /* CRT, with a larger modulus */
[all...]
H A Dzcrypt_pcica.c88 unsigned char *modulus, *exponent, *message; local
101 modulus = sme->modulus + sizeof(sme->modulus) - mod_len;
112 modulus = lme->modulus + sizeof(lme->modulus) - mod_len;
117 if (copy_from_user(modulus, mex->n_modulus, mod_len) ||
H A Dzcrypt_pcica.h56 /* Mod-Exp, with a small modulus */
61 unsigned char modulus[128]; member in struct:type4_sme
64 /* Mod-Exp, with a large modulus */
69 unsigned char modulus[256]; member in struct:type4_lme
72 /* CRT, with a small modulus */
83 /* CRT, with a large modulus */
/drivers/net/usb/
H A Dcdc_ncm.c592 dev_dbg(&dev->intf->dev, "Using default transmit modulus: 4 bytes\n");
623 /* sanitize the modulus and remainder values */
970 static void cdc_ncm_align_tail(struct sk_buff *skb, size_t modulus, size_t remainder, size_t max) argument
972 size_t align = ALIGN(skb->len, modulus) - skb->len + remainder;
/drivers/char/tpm/
H A Dtpm.h257 u8 modulus[256]; member in struct:tpm_readpubek_params_out

Completed in 114 milliseconds