Searched refs:wrapped (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/bindings/python/llvm/
H A Dcommon.py74 def __init__(self, wrapped):
75 self.wrapped = wrapped
77 self.__doc__ = wrapped.__doc__
85 value = self.wrapped(instance)
86 setattr(instance, self.wrapped.__name__, value)
/macosx-10.10.1/CrackLib-37765/cracklib27/shadow/
H A Dobscure-CL.c71 char wrapped[64]; local
110 strcpy (wrapped, oldmono);
111 strcat (wrapped, oldmono);
112 if (strstr (wrapped, newmono)) {
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymmetricWrap.c33 uint8_t wrapped[wrapped_size];
37 ok(CCSymmetricKeyWrap(kCCWRAPAES, iv , ivLen, kek->bytes, kek->len, key->bytes, key->len, wrapped, &wrapped_size) == 0, "function is successful");
39 bb = bytesToBytes(wrapped, wrapped_size);
50 ok(CCSymmetricKeyUnwrap(kCCWRAPAES, iv, ivLen, kek->bytes, kek->len, wrapped, wrapped_size, unwrapped, &unwrapped_size) == 0, "function is successful");
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-40-seckey-custom.c225 CFDataRef wrapped; local
226 wrapped = _SecKeyCopyWrapKey(customKey, kSecKeyWrapPublicKeyPGP, pubdata, NULL, NULL, NULL);
227 ok(wrapped == NULL, "_SecKeyCopyWrapKey");
228 CFReleaseNull(wrapped);
230 wrapped = _SecKeyCopyUnwrapKey(customKey, kSecKeyWrapPublicKeyPGP, pubdata, NULL, NULL, NULL);
231 ok(wrapped == NULL, "_SecKeyCopyUnwrapKey");
232 CFReleaseNull(wrapped);
H A Dsi-41-sececkey.c340 CFDataRef wrapped = _SecKeyCopyWrapKey(pubKey, kSecKeyWrapPublicKeyPGP, secret, param, NULL, &localError); local
341 ok(wrapped, "wrap key: %@", localError);
343 CFDataRef unwrapped = _SecKeyCopyUnwrapKey(privKey, kSecKeyWrapPublicKeyPGP, wrapped, param, NULL, &localError);
353 CFReleaseNull(wrapped);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_int_thread.h251 * definitions for type-wrapped debug *
283 ldap_int_thread_mutex_t wrapped; member in struct:__anon3001
293 ldap_int_thread_cond_t wrapped; member in struct:__anon3002
298 ldap_int_thread_rdwr_t wrapped; member in struct:__anon3003
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSValue.mm673 if (id wrapped = tryUnwrapObjcObject(context, object))
674 return (JSContainerConvertor::Task){ object, wrapped, ContainerNone };
744 if (id wrapped = tryUnwrapObjcObject(context, value)) {
745 if ([wrapped isKindOfClass:[NSNumber class]])
746 return wrapped;
759 if (id wrapped = tryUnwrapObjcObject(context, value)) {
760 if ([wrapped isKindOfClass:[NSString class]])
761 return wrapped;
778 if (id wrapped = tryUnwrapObjcObject(context, value)) {
779 if ([wrapped isKindOfClas
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dgssapi.c162 gss_buffer_desc unwrapped, wrapped; local
190 &wrapped);
205 pkt_len = 4 + wrapped.length;
221 b[0] = (unsigned char)(wrapped.length >> 24);
222 b[1] = (unsigned char)(wrapped.length >> 16);
223 b[2] = (unsigned char)(wrapped.length >> 8);
224 b[3] = (unsigned char)(wrapped.length >> 0);
226 /* copy the wrapped blob to the right location */
227 memcpy(b + 4, wrapped.value, wrapped
243 gss_buffer_desc unwrapped, wrapped; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm304 Register classes whose objects are are automatically wrapped when
318 A hash of prototypes to use for the methods when an object is wrapped.
326 Returns a wrapped function or object. When a wrapped function is
328 When a method on a wrapped object is invoked then a trace is printed
350 Replaces the function given by $symbol with a wrapped function.
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dnamespace.test75 test namespace-1.5 {can find classes wrapped in a namespace} {
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dgssmaestro.c434 krb5_data msg, wrapped, out; local
440 krb5_data_zero(&wrapped);
443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped);
448 val = decrypt_token(c2, hc2, conf, &wrapped, &out);
450 krb5_data_free(&wrapped);
464 krb5_data_free(&wrapped);
473 krb5_data header, msg, trailer, wrapped, out; local
485 krb5_data_zero(&wrapped);
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped);
493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped,
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_export.c316 int wrapped = 0; local
392 wrapped = 1;
406 if(wrapped) {
H A Dkeychain_import.c78 * is a wrapped object
238 Boolean wrapped = FALSE; local
331 wrapped = TRUE;
392 if(wrapped) {
/macosx-10.10.1/BerkeleyDB-21/db/test/scr008/
H A Dchk.pubdef141 Check that all constants in pubdef.in are wrapped by the Java API.
168 Check that all constants in pubdef.in are wrapped by the Java native layer.
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dkcm-protos.h300 kcm_unparse_wrap(krb5_storage *sp, char *name, int32_t session, int (^wrapped)(krb5_storage *inner));
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl21 To try the demo - place the cursor at the start of a paragraph and change the amount of initial space. The paragraph is a logical line of text; its first display line may have leading whitespace, and ntext indents any subsequent (wrapped) display lines to match the first.
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DimportExportOpensshTool18 # If incoming private key is wrapped, we assume it has password "password"
143 echo Importing wrapped private key...
271 # Since private wrapped SSH2 keys are in a format that we've verified
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCInteractivePlayer.mm466 NSString * wrapped =
469 [self speakMove:move text:wrapped check:NO];
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c367 #define WRAPPED(ptr) (&(ptr)->wrapped)
524 ldap_pvt_thread_t wrapped; member in struct:__anon3025
575 t->wrapped = *thread;
601 if( ldap_pvt_thread_equal( thread, thread_info[i]->wrapped ) )
/macosx-10.10.1/pcre-7/pcre/
H A Dpcrecpp.cc137 string wrapped = "(?:"; // A non-counting grouping operator local
138 wrapped += pattern_;
139 wrapped += ")\\z";
140 re = pcre_compile(wrapped.c_str(), pcre_options,
/macosx-10.10.1/system_cmds-643.1.1/arch.tproj/
H A Darch.c505 * wrapped - check the path to see if it is a link to /usr/bin/arch.
508 wrapped(const char *name) function
672 int needexecpath = wrapped(*argv);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Ddirhardlink.c1161 uint32_t wrapped; /* Boolean, true if list wraps around */ member in struct:visited_dirinode
1175 visited->wrapped = true;
1192 /* If the list had wrapped, search the entire list */
1193 if (visited->wrapped == true) {
1302 visited.wrapped = false;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_properties.py284 def __init__(self, name, parent, wrapped, read_only):
288 self.__wrapped = wrapped
328 # Default: just defer to wrapped list
676 def __init__(self, name, parent, wrapped, read_only):
680 self.__wrapped = wrapped
888 # of the wrapped set to ensure that we generate the right
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_properties.py312 def __init__(self, name, parent, wrapped, read_only):
316 self.__wrapped = wrapped
355 # Default: just defer to wrapped list
708 def __init__(self, name, parent, wrapped, read_only):
712 self.__wrapped = wrapped
918 # of the wrapped set to ensure that we generate the right
/macosx-10.10.1/BerkeleyDB-21/db/qam/
H A Dqam.c1244 int exact, ret, t_ret, wrapped; local
1286 wrapped = 0;
1288 wrapped = 1;
1334 wrapped = 0;
1342 if (!wrapped && first >= current)
1554 * 1) If we just wrapped fetch must start at record 1 not a FIRST.

Completed in 322 milliseconds

12