Searched refs:feeKeyBitsToDepth (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DcurveParams.h214 feeReturn feeKeyBitsToDepth(unsigned keyBits,
H A DcurveParams.c303 * We include the q parameter here for use by feeKeyBitsToDepth().
1123 feeReturn feeKeyBitsToDepth(unsigned keySize, function
1197 printf("feeKeyBitsToDepth: depth %d\n", *depth);
1204 feeReturn feeKeyBitsToDepth(unsigned keySize, function
1372 printf("feeKeyBitsToDepth: depth %d\n", *depth);
1396 return feeKeyBitsToDepth(cp->q, cp->primeType, curveType, depth);
H A DfeePublicKey.c156 frtn = feeKeyBitsToDepth(keyBits, primeType, curveType, &depth);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DcurveParams.h214 feeReturn feeKeyBitsToDepth(unsigned keyBits,
H A DcurveParams.c303 * We include the q parameter here for use by feeKeyBitsToDepth().
1123 feeReturn feeKeyBitsToDepth(unsigned keySize, function
1197 printf("feeKeyBitsToDepth: depth %d\n", *depth);
1204 feeReturn feeKeyBitsToDepth(unsigned keySize, function
1372 printf("feeKeyBitsToDepth: depth %d\n", *depth);
1396 return feeKeyBitsToDepth(cp->q, cp->primeType, curveType, depth);
H A DfeePublicKey.c156 frtn = feeKeyBitsToDepth(keyBits, primeType, curveType, &depth);

Completed in 67 milliseconds