Searched refs:ri (Results 1 - 25 of 167) sorted by relevance

1234567

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcmsrecinfo.c51 nss_cmsrecipientinfo_usessubjectkeyid(SecCmsRecipientInfoRef ri) argument
53 if (ri->recipientInfoType == SecCmsRecipientInfoIDKeyTrans) {
55 rid = &ri->ri.keyTransRecipientInfo.recipientIdentifier;
69 SecCmsRecipientInfoRef ri; local
85 ri = (SecCmsRecipientInfoRef)PORT_ArenaZAlloc(poolp, sizeof(SecCmsRecipientInfo));
86 if (ri == NULL)
89 ri->cmsg = cmsg;
92 ri->cert = CERT_DupCertificate(cert);
93 if (ri
356 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri) argument
375 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri) argument
406 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex) argument
428 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri) argument
447 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag) argument
616 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex, SecCertificateRef cert, SecPrivateKeyRef privkey, SECOidTag bulkalgtag) argument
[all...]
H A Dcmsreclist.c51 SecCmsRecipientInfoRef ri; local
55 ri = recipientinfos[i];
56 switch (ri->recipientInfoType) {
66 switch (ri->ri.keyTransRecipientInfo.recipientIdentifier.identifierType) {
69 rle->id.issuerAndSN = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.issuerAndSN;
73 rle->id.subjectKeyID = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.subjectKeyID;
82 if (ri
[all...]
H A DSecCmsRecipientInfo.h74 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsrecinfo.c51 nss_cmsrecipientinfo_usessubjectkeyid(SecCmsRecipientInfoRef ri) argument
53 if (ri->recipientInfoType == SecCmsRecipientInfoIDKeyTrans) {
55 rid = &ri->ri.keyTransRecipientInfo.recipientIdentifier;
69 SecCmsRecipientInfoRef ri; local
85 ri = (SecCmsRecipientInfoRef)PORT_ArenaZAlloc(poolp, sizeof(SecCmsRecipientInfo));
86 if (ri == NULL)
89 ri->cmsg = cmsg;
92 ri->cert = CERT_DupCertificate(cert);
93 if (ri
356 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri) argument
375 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri) argument
406 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex) argument
428 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri) argument
447 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag) argument
616 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex, SecCertificateRef cert, SecPrivateKeyRef privkey, SECOidTag bulkalgtag) argument
[all...]
H A Dcmsreclist.c51 SecCmsRecipientInfoRef ri; local
55 ri = recipientinfos[i];
56 switch (ri->recipientInfoType) {
66 switch (ri->ri.keyTransRecipientInfo.recipientIdentifier.identifierType) {
69 rle->id.issuerAndSN = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.issuerAndSN;
73 rle->id.subjectKeyID = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.subjectKeyID;
82 if (ri
[all...]
H A DSecCmsRecipientInfo.h74 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsrecinfo.c55 nss_cmsrecipientinfo_usessubjectkeyid(SecCmsRecipientInfoRef ri) argument
57 if (ri->recipientInfoType == SecCmsRecipientInfoIDKeyTrans) {
59 rid = &ri->ri.keyTransRecipientInfo.recipientIdentifier;
73 SecCmsRecipientInfoRef ri; local
91 ri = (SecCmsRecipientInfoRef)PORT_ArenaZAlloc(poolp, sizeof(SecCmsRecipientInfo));
92 if (ri == NULL)
95 ri->envelopedData = envd;
106 ri->cert = CERT_DupCertificate(cert);
107 if (ri
370 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri) argument
389 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri) argument
420 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex) argument
442 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri) argument
461 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag) argument
594 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex, SecCertificateRef cert, SecPrivateKeyRef privkey, SECOidTag bulkalgtag) argument
[all...]
H A Dcmsreclist.c53 SecCmsRecipientInfoRef ri; local
57 ri = recipientinfos[i];
58 switch (ri->recipientInfoType) {
68 switch (ri->ri.keyTransRecipientInfo.recipientIdentifier.identifierType) {
71 rle->id.issuerAndSN = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.issuerAndSN;
75 rle->id.subjectKeyID = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.subjectKeyID;
84 if (ri
[all...]
H A Dcmspriv.h364 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri);
367 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex);
371 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri);
374 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag);
377 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex,
384 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsrecinfo.c55 nss_cmsrecipientinfo_usessubjectkeyid(SecCmsRecipientInfoRef ri) argument
57 if (ri->recipientInfoType == SecCmsRecipientInfoIDKeyTrans) {
59 rid = &ri->ri.keyTransRecipientInfo.recipientIdentifier;
73 SecCmsRecipientInfoRef ri; local
91 ri = (SecCmsRecipientInfoRef)PORT_ArenaZAlloc(poolp, sizeof(SecCmsRecipientInfo));
92 if (ri == NULL)
95 ri->envelopedData = envd;
106 ri->cert = CERT_DupCertificate(cert);
107 if (ri
370 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri) argument
389 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri) argument
420 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex) argument
442 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri) argument
461 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag) argument
594 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex, SecCertificateRef cert, SecPrivateKeyRef privkey, SECOidTag bulkalgtag) argument
[all...]
H A Dcmsreclist.c53 SecCmsRecipientInfoRef ri; local
57 ri = recipientinfos[i];
58 switch (ri->recipientInfoType) {
68 switch (ri->ri.keyTransRecipientInfo.recipientIdentifier.identifierType) {
71 rle->id.issuerAndSN = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.issuerAndSN;
75 rle->id.subjectKeyID = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.subjectKeyID;
84 if (ri
[all...]
H A Dcmspriv.h364 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri);
367 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex);
371 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri);
374 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag);
377 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex,
384 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsrecinfo.c55 nss_cmsrecipientinfo_usessubjectkeyid(SecCmsRecipientInfoRef ri) argument
57 if (ri->recipientInfoType == SecCmsRecipientInfoIDKeyTrans) {
59 rid = &ri->ri.keyTransRecipientInfo.recipientIdentifier;
73 SecCmsRecipientInfoRef ri; local
91 ri = (SecCmsRecipientInfoRef)PORT_ArenaZAlloc(poolp, sizeof(SecCmsRecipientInfo));
92 if (ri == NULL)
95 ri->envelopedData = envd;
106 ri->cert = CERT_DupCertificate(cert);
107 if (ri
370 SecCmsRecipientInfoDestroy(SecCmsRecipientInfoRef ri) argument
389 SecCmsRecipientInfoGetVersion(SecCmsRecipientInfoRef ri) argument
420 SecCmsRecipientInfoGetEncryptedKey(SecCmsRecipientInfoRef ri, int subIndex) argument
442 SecCmsRecipientInfoGetKeyEncryptionAlgorithmTag(SecCmsRecipientInfoRef ri) argument
461 SecCmsRecipientInfoWrapBulkKey(SecCmsRecipientInfoRef ri, SecSymmetricKeyRef bulkkey, SECOidTag bulkalgtag) argument
594 SecCmsRecipientInfoUnwrapBulkKey(SecCmsRecipientInfoRef ri, int subIndex, SecCertificateRef cert, SecPrivateKeyRef privkey, SECOidTag bulkalgtag) argument
[all...]
H A Dcmsreclist.c53 SecCmsRecipientInfoRef ri; local
57 ri = recipientinfos[i];
58 switch (ri->recipientInfoType) {
68 switch (ri->ri.keyTransRecipientInfo.recipientIdentifier.identifierType) {
71 rle->id.issuerAndSN = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.issuerAndSN;
75 rle->id.subjectKeyID = ri->ri.keyTransRecipientInfo.recipientIdentifier.id.subjectKeyID;
84 if (ri
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/
H A Dbf_skey.c73 BF_LONG *p,ri,in[2]; local
86 ri= *(d++);
89 ri<<=8;
90 ri|= *(d++);
93 ri<<=8;
94 ri|= *(d++);
97 ri<<=8;
98 ri|= *(d++);
101 p[i]^=ri;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bf/
H A Dbf_skey.c68 BF_LONG *p,ri,in[2]; local
81 ri= *(d++);
84 ri<<=8;
85 ri|= *(d++);
88 ri<<=8;
89 ri|= *(d++);
92 ri<<=8;
93 ri|= *(d++);
96 p[i]^=ri;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-relay/
H A Dinit.c59 relay_back_info *ri = ( relay_back_info * )c->be->be_private; local
63 if ( ri != NULL && !BER_BVISNULL( &ri->ri_realsuffix ) ) {
64 value_add_one( &c->rvalue_vals, &ri->ri_realsuffix );
70 if ( !BER_BVISNULL( &ri->ri_realsuffix ) ) {
71 ch_free( ri->ri_realsuffix.bv_val );
72 BER_BVZERO( &ri->ri_realsuffix );
73 ri->ri_bd = NULL;
81 assert( ri != NULL );
82 assert( BER_BVISNULL( &ri
174 relay_back_info *ri; local
197 relay_back_info *ri = (relay_back_info *)be->be_private; local
237 relay_back_info *ri = (relay_back_info *)be->be_private; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/cms/
H A Dcms_env.c115 int CMS_RecipientInfo_type(CMS_RecipientInfo *ri) argument
117 return ri->type;
150 CMS_RecipientInfo *ri = NULL; local
160 ri = M_ASN1_new_of(CMS_RecipientInfo);
161 if (!ri)
166 ri->d.ktri = M_ASN1_new_of(CMS_KeyTransRecipientInfo);
167 if (!ri->d.ktri)
169 ri->type = CMS_RECIPINFO_TRANS;
171 ktri = ri->d.ktri;
222 if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
236 CMS_RecipientInfo_ktri_get0_algs(CMS_RecipientInfo *ri, EVP_PKEY **pk, X509 **recip, X509_ALGOR **palg) argument
259 CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) argument
276 CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert) argument
287 CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey) argument
301 cms_RecipientInfo_ktri_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri) argument
350 cms_RecipientInfo_ktri_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri) argument
407 CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri, const unsigned char *id, size_t idlen) argument
452 CMS_RecipientInfo *ri = NULL; local
557 CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri, X509_ALGOR **palg, ASN1_OCTET_STRING **pid, ASN1_GENERALIZEDTIME **pdate, ASN1_OBJECT **potherid, ASN1_TYPE **pothertype) argument
594 CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, unsigned char *key, size_t keylen) argument
613 cms_RecipientInfo_kekri_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri) argument
673 cms_RecipientInfo_kekri_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri) argument
752 CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri) argument
773 CMS_RecipientInfo *ri; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dcommand.h43 #define CLOBBERING_REDIRECT(ri) \
44 (ri == r_output_direction || ri == r_err_and_out)
46 #define OUTPUT_REDIRECT(ri) \
47 (ri == r_output_direction || ri == r_input_output || ri == r_err_and_out)
49 #define INPUT_REDIRECT(ri) \
50 (ri == r_input_direction || ri
[all...]
H A Dredir.c371 here_document_to_fd (redirectee, ri)
373 enum r_instruction ri;
390 r = (ri != r_reading_string) ? write_here_document (fd, redirectee)
465 redir_special_open (spec, filename, flags, mode, ri)
469 enum r_instruction ri;
523 noclobber_open (filename, flags, mode, ri)
526 enum r_instruction ri;
575 redir_open (filename, flags, mode, ri)
578 enum r_instruction ri;
584 return (redir_special_open (r, filename, flags, mode, ri));
625 enum r_instruction ri; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_install_update_options.rb23 --ri
37 assert_equal %w[ri], @cmd.options[:document].sort
45 @cmd.handle_options %w[--doc ri]
47 assert_equal %w[ri], @cmd.options[:document]
51 @cmd.handle_options %w[--doc=rdoc,ri]
53 assert_equal %w[rdoc ri], @cmd.options[:document]
65 assert_equal %w[ri], @cmd.options[:document].sort
79 @cmd.handle_options %w[--document ri]
81 assert_equal %w[ri], @cmd.options[:document]
87 assert_equal %w[rdoc ri],
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_mont.c201 int al,nl,max,i,x,ri; local
204 /* mont->ri is the size of mont->N in bits (rounded up
206 al=ri=mont->ri/BN_BITS2;
264 /* mont->ri will be a multiple of the word size and below code
265 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
266 if (r->top <= ri)
271 al=r->top-ri;
273 if (bn_wexpand(ret,ri) == NULL) return(0);
274 x=0-(((al-ri)>>(sizeo
348 int al,nl,max,i,x,ri; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mont.c137 int al,nl,max,i,x,ri; local
146 /* mont->ri is the size of mont->N in bits (rounded up
148 al=ri=mont->ri/BN_BITS2;
192 /* mont->ri will be a multiple of the word size */
194 BN_rshift(ret,r,mont->ri);
196 x=ri;
231 BN_mask_bits(t1,mont->ri);
234 BN_mask_bits(t2,mont->ri);
238 BN_rshift(ret,t2,mont->ri);
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c1175 struct rcdata_item *ri;
1178 ri = (struct rcdata_item *) res_alloc (sizeof *ri);
1179 ri->next = NULL;
1180 ri->type = RCDATA_STRING;
1181 ri->u.string.length = len;
1184 ri->u.string.s = s;
1186 return ri;
1194 struct rcdata_item *ri;
1196 ri
1173 struct rcdata_item *ri; local
1192 struct rcdata_item *ri; local
1263 struct rcdata_item *ri; local
2285 const struct rcdata_item *ri; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl285 for {set ri $mod} {$ri>=-$sector} {set ri [expr {$ri-$stp}]} {
286 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
290 for {set ri [expr {$mod+$stp}]} {$ri<=$sector} {set ri [expr {$ri+$stp}]} {
291 set offs [expr {($ssize+sin($ri*
[all...]

Completed in 193 milliseconds

1234567