HomeSort by relevance Sort by last modified time
    Searched refs:OPENSSL_cleanse (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/openssl/crypto/des/
read2pwd.c 124 OPENSSL_cleanse(buf,BUFSIZ);
125 OPENSSL_cleanse(buff,BUFSIZ);
137 OPENSSL_cleanse(buf,BUFSIZ);
138 OPENSSL_cleanse(buff,BUFSIZ);
des.c 430 OPENSSL_cleanse(k2,sizeof(k2));
438 OPENSSL_cleanse(k2,sizeof(k2));
460 OPENSSL_cleanse(key,sizeof(key));
461 OPENSSL_cleanse(kk,sizeof(kk));
669 OPENSSL_cleanse(buf,sizeof(buf));
670 OPENSSL_cleanse(obuf,sizeof(obuf));
671 OPENSSL_cleanse(&ks,sizeof(ks));
672 OPENSSL_cleanse(&ks2,sizeof(ks2));
673 OPENSSL_cleanse(iv,sizeof(iv));
674 OPENSSL_cleanse(iv2,sizeof(iv2))
    [all...]
str2key.c 98 OPENSSL_cleanse(&ks,sizeof(ks));
171 OPENSSL_cleanse(&ks,sizeof(ks));
  /external/openssl/crypto/mdc2/
mdc2_one.c 73 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
  /external/openssl/crypto/
mem_clr.c 64 void OPENSSL_cleanse(void *ptr, size_t len)
s390xcpuid.S 57 .globl OPENSSL_cleanse
58 .type OPENSSL_cleanse,@function
60 OPENSSL_cleanse:
87 .size OPENSSL_cleanse,.-OPENSSL_cleanse
x86_64cpuid.pl 141 .globl OPENSSL_cleanse
142 .type OPENSSL_cleanse,\@abi-omnipotent
144 OPENSSL_cleanse:
174 .size OPENSSL_cleanse,.-OPENSSL_cleanse
ppccpuid.pl 64 .globl .OPENSSL_cleanse
66 .OPENSSL_cleanse:
ia64cpuid.S 130 .global OPENSSL_cleanse#
131 .proc OPENSSL_cleanse#
132 OPENSSL_cleanse:
167 .endp OPENSSL_cleanse#
  /external/openssl/crypto/ripemd/
rmd_one.c 75 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
  /external/openssl/crypto/sha/
sha1_one.c 75 OPENSSL_cleanse(&c,sizeof(c));
  /external/openssl/crypto/evp/
p5_crpt.c 128 OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE);
129 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
130 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
evp_key.c 111 OPENSSL_cleanse(buff,BUFSIZ);
177 OPENSSL_cleanse(&(md_buf[0]),EVP_MAX_MD_SIZE);
e_idea.c 112 OPENSSL_cleanse((unsigned char *)&tmp,
p_open.c 108 if (key != NULL) OPENSSL_cleanse(key,size);
  /external/openssl/crypto/pkcs12/
p12_crpt.c 109 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
110 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
p12_decr.c 140 if (zbuf) OPENSSL_cleanse(out, outlen);
172 if (zbuf) OPENSSL_cleanse(in, inlen);
  /external/openssl/crypto/md4/
md4_one.c 94 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
  /external/openssl/crypto/md5/
md5_one.c 94 OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
  /external/openssl/crypto/ui/
ui_util.c 65 OPENSSL_cleanse(buff,BUFSIZ);
  /external/openssl/crypto/rc4/
rc4.c 159 OPENSSL_cleanse(buf,BUFSIZ);
167 OPENSSL_cleanse(keystr,strlen(keystr));
  /external/openssl/crypto/rsa/
rsa_saos.c 99 OPENSSL_cleanse(s,(unsigned int)j+1);
145 OPENSSL_cleanse(s,(unsigned int)siglen);
  /external/openssl/crypto/asn1/
a_verify.c 107 OPENSSL_cleanse(buf_in,(unsigned int)inl);
178 OPENSSL_cleanse(buf_in,(unsigned int)inl);
a_sign.c 208 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
210 { OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
294 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
296 { OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
  /external/openssl/crypto/hmac/
hm_ameth.c 81 OPENSSL_cleanse(os->data, os->length);

Completed in 376 milliseconds

1 2 3 4