Searched refs:Mod (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_4.s | 135 andcc %o2, 15, %o3 ! Mod 16 of number of bytes to copy.
|
/titanic_41/usr/src/lib/libkmf/ber_der/common/ |
H A D | clasn1.c | 2485 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; in ExtractSPKIData() local 2561 if (kmfber_scanf(asn1, "{II}", &Mod, &Exp) == -1) { in ExtractSPKIData() 2566 (uchar_t *)Mod->bv_val; in ExtractSPKIData() 2567 pKeyParts[KMF_RSA_MODULUS].Length = Mod->bv_len; in ExtractSPKIData() 2573 free(Mod); in ExtractSPKIData()
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 806 BerValue *Mod = NULL, *PubExp = NULL; in readAltFormatPrivateKey() local 826 &OID, &Mod, &PubExp, &PriExp, &Prime1, in readAltFormatPrivateKey() 890 rsa.mod.val = (uchar_t *)Mod->bv_val; in readAltFormatPrivateKey() 891 rsa.mod.len = Mod->bv_len; in readAltFormatPrivateKey() 916 if (Mod) in readAltFormatPrivateKey() 917 free(Mod); in readAltFormatPrivateKey()
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1185 Z = X % Y Mod (X, Y, Z) 1214 X %= Y Mod (X, Y, X) 15620 ongoing throughout the rest of this year. In this label, The Mod
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 12312 # chip. This mod has been checked out on a Mod 600 of Superbee II.
|
H A D | terminfo.src | 13877 # chip. This mod has been checked out on a Mod 600 of Superbee II.
|